Test plan review for pattern: radiogroup-aria-activedescendant (39 tests)

Filter tests by assistive technology

Test 1: Navigate to the first unchecked radio button in a group in reading mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Verify the Virtual Cursor is active by pressing Alt+Delete. If it is not, turn on the Virtual Cursor by pressing Insert+Z.
  2. Navigate to the first radio button in the group. Note: You may need to press certain commands (such as Down Arrow) multiple times to hear all information relating to the radio button and group. using the following commands:
    • F
    • A
    • Down Arrow

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
optionalPosition of the radio button, 1, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
  2. Navigate to the first radio button in the group. Note: You may need to press certain commands (such as Down Arrow) multiple times to hear all information relating to the radio button and group. using the following commands:
    • F
    • R
    • Down Arrow

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
optionalPosition of the radio button, 1, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

Test 2: Navigate to the first unchecked radio button in a group

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. Navigate to the first radio button in the group. Note: You may need to press certain commands (such as Control+Option+Right Arrow) multiple times to hear all information relating to the radio button and group. using the following commands:
    • Control+Option+Right
    • Control+Option+Command+J

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
optionalPosition of the radio button, 1, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

Test 3: navigate to the last unchecked radio button in a group in reading mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link after the radio group

Tester Instructions

  1. Verify the Virtual Cursor is active by pressing Alt+Delete. If it is not, turn on the Virtual Cursor by pressing Insert+Z.
  2. Navigate to the last radio button in the group. Note: You may need to press certain commands (such as Up Arrow) multiple times to hear all information relating to the radio button and group. using the following commands:
    • Shift+F
    • Shift+A
    • Up Arrow

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Thin crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
optionalPosition of the radio button, 3, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link after the radio group

Tester Instructions

  1. Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
  2. Navigate to the last radio button in the group. Note: You may need to press certain commands (such as Up Arrow) multiple times to hear all information relating to the radio button and group. using the following commands:
    • Shift+F
    • Shift+R
    • Up Arrow

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Thin crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
optionalPosition of the radio button, 3, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

Test 4: Navigate to the last unchecked radio button in a group

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link after the radio group

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. Navigate to the last radio button in the group. Note: You may need to press certain commands (such as Control+Option+Left Arrow) multiple times to hear all information relating to the radio button and group. using the following commands:
    • Ctrl+Option+Left
    • Shift+Control+Option+Command+J

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Thin crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
optionalPosition of the radio button, 3, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

Test 5: Navigate to the first checked radio button in a group in reading mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the first radio button to checked, sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Verify the Virtual Cursor is active by pressing Alt+Delete. If it is not, turn on the Virtual Cursor by pressing Insert+Z.
  2. Navigate to the first radio button in the group. using the following commands:
    • F
    • A
    • Down Arrow

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
optionalPosition of the radio button, 1, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the first radio button to checked, sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
  2. Navigate to the first radio button in the group. using the following commands:
    • F
    • R
    • Down Arrow

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
optionalPosition of the radio button, 1, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

Test 6: Navigate to the first checked radio button in a group

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the first radio button to checked, sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. Navigate to the first radio button in the group. using the following commands:
    • Control+Option+Right
    • Control+Option+Command+J

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 7: Navigate to the last checked radio button in a group in reading mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the third radio button to checked, and sets focus on a link after the radio group

Tester Instructions

  1. Verify the Virtual Cursor is active by pressing Alt+Delete. If it is not, turn on the Virtual Cursor by pressing Insert+Z.
  2. Navigate to the last radio button in the group. Note: You may need to press certain commands (such as Up Arrow) multiple times to hear all information relating to the radio button and group. using the following commands:
    • Shift+F
    • Shift+A
    • Up Arrow

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Thin crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
optionalPosition of the radio button, 3, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the third radio button to checked, and sets focus on a link after the radio group

Tester Instructions

  1. Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
  2. Navigate to the last radio button in the group. Note: You may need to press certain commands (such as Up Arrow) multiple times to hear all information relating to the radio button and group. using the following commands:
    • Shift+F
    • Shift+R
    • Up Arrow

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Thin crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
optionalPosition of the radio button, 3, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

Test 8: Navigate to the last checked radio button in a group

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the third radio button to checked, and sets focus on a link after the radio group

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. Navigate to the last radio button in the group. Note: You may need to press certain commands (such as Control+Option+Left Arrow) multiple times to hear all information relating to the radio button and group. using the following commands:
    • Ctrl+Option+Left
    • Shift+Control+Option+Command+J

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Thin crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 3, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 9: Navigate forwards to an unchecked radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. Navigate to the first radio button. using the following commands:
    • Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. Navigate to the first radio button. using the following commands:
    • Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 10: Navigate forwards to an unchecked radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. Navigate to the first radio button. using the following commands:
    • Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 11: Navigate backwards to an unchecked radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link after the radio group

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. Navigate to the first radio button. using the following commands:
    • Shift+Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link after the radio group

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. Navigate to the first radio button. using the following commands:
    • Shift+Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 12: Navigate backwards to an unchecked radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on a link after the radio group

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. Navigate to the first radio button. using the following commands:
    • Shift+Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'unchecked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 13: Navigate forwards to a checked radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the first radio button to checked, sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. Navigate to the first radio button. using the following commands:
    • Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the first radio button to checked, sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. Navigate to the first radio button. using the following commands:
    • Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 14: Navigate forwards to a checked radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the first radio button to checked, sets focus on a link before the radio group, and hides the group heading

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. Navigate to the first radio button. using the following commands:
    • Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 15: Navigate backwards to a checked radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the first radio button to checked, and sets focus on a link after the radio group

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. Navigate to the first radio button. using the following commands:
    • Shift+Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the first radio button to checked, and sets focus on a link after the radio group

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. Navigate to the first radio button. using the following commands:
    • Shift+Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 16: Navigate backwards to a checked radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets the state of the first radio button to checked, and sets focus on a link after the radio group

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. Navigate to the first radio button. using the following commands:
    • Shift+Tab

Assertions

PriorityAssertion
requiredRole 'group' is conveyed
requiredName of the group, 'Pizza Crust', is conveyed
requiredrole 'radio button' is conveyed
requiredname of the radio button, 'Regular crust', is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 17: Navigate out of the start of a radio group in reading mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Verify the Virtual Cursor is active by pressing Alt+Delete. If it is not, turn on the Virtual Cursor by pressing Insert+Z.
  2. With the reading cursor on the 'Regular crust' radio button, navigate out of the radio group. Note: You may need to press certain commands (such as Up Arrow) multiple times to hear all information relating to the group. using the following commands:
    • Shift+Tab
    • Up Arrow

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate forwards from here' is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
  2. With the reading cursor on the 'Regular crust' radio button, navigate out of the radio group. Note: You may need to press certain commands (such as Up Arrow) multiple times to hear all information relating to the group. using the following commands:
    • Shift+Tab
    • Up Arrow

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate forwards from here' is conveyed

Test 18: Navigate out of the start of a radio group in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. With focus on the 'Regular crust' radio button, navigate out of the radio group. using the following commands:
    • Shift+Tab

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate forwards from here' is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. With focus on the 'Regular crust' radio button, navigate out of the radio group. using the following commands:
    • Shift+Tab

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate forwards from here' is conveyed

Test 19: Navigate out of the start of a radio group

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. With focus on the 'Regular crust' radio button, navigate out of the radio group. using the following commands:
    • Shift+Tab
    • Ctrl+Option+Left

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate forwards from here' is conveyed

Test 20: Navigate out of the end of a radio group in reading mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the third radio button

Tester Instructions

  1. Verify the Virtual Cursor is active by pressing Alt+Delete. If it is not, turn on the Virtual Cursor by pressing Insert+Z.
  2. With the reading cursor on the 'Thin crust' radio button, navigate out of the radio group. Note: You may need to press certain commands (such as Down Arrow) multiple times to hear all information relating to the group. using the following commands:
    • Tab
    • Down Arrow

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate backwards from here' is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the third radio button

Tester Instructions

  1. Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
  2. With the reading cursor on the 'Thin crust' radio button, navigate out of the radio group. Note: You may need to press certain commands (such as Down Arrow) multiple times to hear all information relating to the group. using the following commands:
    • Tab
    • Down Arrow

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate backwards from here' is conveyed

Test 21: Navigate out of the end of a radio group in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the third radio button

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. With focus on the 'Thin crust' radio button, navigate out of the radio group. using the following commands:
    • Tab

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate backwards from here' is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the third radio button

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. With focus on the 'Thin crust' radio button, navigate out of the radio group. using the following commands:
    • Tab

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate backwards from here' is conveyed

Test 22: Navigate out of the end of a radio group

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the third radio button

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. With focus on the 'Thin crust' radio button, navigate out of the radio group. Note: You may need to press certain commands (such as Control+Option+Right Arrow) multiple times to hear all information relating to the group. using the following commands:
    • Tab
    • Control+Option+Right

Assertions

PriorityAssertion
optionalRole 'group' is conveyed
optionalName of the group, 'Pizza Crust', is conveyed
requiredThe group boundary is conveyed
requiredRole 'link' is conveyed
requiredname 'Navigate backwards from here' is conveyed

Test 23: Read information about an unchecked radio button in reading mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Verify the Virtual Cursor is active by pressing Alt+Delete. If it is not, turn on the Virtual Cursor by pressing Insert+Z.
  2. With the reading cursor on the 'Regular crust' radio button, read information about the radio button. using the following commands:
    • Insert+Tab
    • Insert+Up

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'unchecked', is conveyed
optionalPosition of the radio button, 1, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
  2. With the reading cursor on the 'Regular crust' radio button, read information about the radio button. using the following commands:
    • Insert+Tab
    • Insert+Up

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'unchecked', is conveyed
optionalPosition of the radio button, 1, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

Test 24: Read information about an unchecked radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. With focus on the 'Regular crust' radio button, read information about the radio button. using the following commands:
    • Insert+Tab
    • Insert+Up

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'unchecked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. With focus on the 'Regular crust' radio button, read information about the radio button. using the following commands:
    • Insert+Tab
    • Insert+Up

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'unchecked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 25: Read information about an unchecked radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. With focus on the 'Regular crust' radio button, read information about the radio button. using the following commands:
    • Control+Option+F3
    • Control+Option+F4

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'unchecked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 26: Read information about a checked radio button in reading mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button, and sets its state to checked

Tester Instructions

  1. Verify the Virtual Cursor is active by pressing Alt+Delete. If it is not, turn on the Virtual Cursor by pressing Insert+Z.
  2. With the reading cursor on the 'Regular crust' radio button, read information about the radio button. using the following commands:
    • Insert+Tab
    • Insert+Up

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
optionalPosition of the radio button, 1, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button, and sets its state to checked

Tester Instructions

  1. Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
  2. With the reading cursor on the 'Regular crust' radio button, read information about the radio button. using the following commands:
    • Insert+Tab
    • Insert+Up

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
optionalPosition of the radio button, 1, is conveyed
optionalNumber of radio buttons in the group, 3, is conveyed

Test 27: Read information about a checked radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button, and sets its state to checked

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. With focus on the 'Regular crust' radio button, read information about the radio button using the following commands:
    • Insert+Tab
    • Insert+Up

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button, and sets its state to checked

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. With focus on the 'Regular crust' radio button, read information about the radio button using the following commands:
    • Insert+Tab
    • Insert+Up

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 28: Read information about a checked radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button, and sets its state to checked

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. With focus on the 'Regular crust' radio button, read information about the radio button using the following commands:
    • Control+Option+F3
    • Control+Option+F4

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 29: Navigate to the next radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. With focus on the 'Regular crust' radio button, navigate to the next radio button. using the following commands:
    • Down Arrow
    • Right Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Deep dish' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 2, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. With focus on the 'Regular crust' radio button, navigate to the next radio button. using the following commands:
    • Down Arrow
    • Right Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Deep dish' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 2, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 30: Navigate to the next radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. With focus on the 'Regular crust' radio button, navigate to the next radio button. using the following commands:
    • Control+Option+Right
    • Down Arrow
    • Right Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Deep dish' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 2, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 31: Navigate to the previous radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the second radio button

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. With focus on the 'Deep dish' radio button, navigate to the previous radio button. using the following commands:
    • Up Arrow
    • Left Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the second radio button

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. With focus on the 'Deep dish' radio button, navigate to the previous radio button. using the following commands:
    • Up Arrow
    • Left Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 32: Navigate to the previous radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the second radio button

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. With focus on the 'Deep dish' radio button, navigate to the previous radio button. using the following commands:
    • Ctrl+Option+Left
    • Up Arrow
    • Left Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 33: Navigate to the first radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the third radio button

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. With focus on the 'Thin crust' radio button, navigate to the first radio button. using the following commands:
    • Down Arrow
    • Right Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the third radio button

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. With focus on the 'Thin crust' radio button, navigate to the first radio button. using the following commands:
    • Down Arrow
    • Right Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 34: Navigate to the first radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the third radio button

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. With focus on the 'Thin crust' radio button, navigate to the first radio button. using the following commands:
    • Down Arrow
    • Right Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Regular crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 1, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 35: Navigate to the last radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. With focus on the 'Regular crust' radio button, navigate to the last radio button. using the following commands:
    • Up Arrow
    • Left Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Thin crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 3, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. With focus on the 'Regular crust' radio button, navigate to the last radio button. using the following commands:
    • Up Arrow
    • Left Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Thin crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 3, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 36: Navigate to the last radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. With focus on the 'Regular crust' radio button, navigate to the last radio button. using the following commands:
    • Up Arrow
    • Left Arrow

Assertions

PriorityAssertion
requiredrole 'radio button' is conveyed
requiredname 'Thin crust' is conveyed
requiredState of the radio button, 'checked', is conveyed
requiredPosition of the radio button, 3, is conveyed
requiredNumber of radio buttons in the group, 3, is conveyed

Test 37: Check a radio button in reading mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Verify the Virtual Cursor is active by pressing Alt+Delete. If it is not, turn on the Virtual Cursor by pressing Insert+Z.
  2. With the reading cursor on the 'Regular crust' radio button, check the radio button. using the following commands:
    • Space

Assertions

PriorityAssertion
requiredChange in state, to 'checked', is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Insure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
  2. With the reading cursor on the 'Regular crust' radio button, check the radio button. using the following commands:
    • Space

Assertions

PriorityAssertion
requiredChange in state, to 'checked', is conveyed

Test 38: Check a radio button in interaction mode

JAWS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Verify the PC Cursor is active by pressing Alt+Delete. If it is not, turn off the Virtual Cursor by pressing Insert+Z.
  2. With focus on the 'Regular crust' radio button, check the radio button. using the following commands:
    • Space

Assertions

PriorityAssertion
requiredChange in state, to 'checked', is conveyed

NVDA

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. If NVDA did not make the focus mode sound when the test page loaded, press Insert+Space to turn focus mode on.
  2. With focus on the 'Regular crust' radio button, check the radio button. using the following commands:
    • Space

Assertions

PriorityAssertion
requiredChange in state, to 'checked', is conveyed

Test 39: Check a radio button

VoiceOver for macOS

Scripted Instructions

The following instructions are executed by a script in the test page to initialize the widget:
  1. sets focus on the first radio button

Tester Instructions

  1. Toggle Quick Nav OFF by pressing the Left Arrow and Right Arrow keys at the same time.
  2. With focus on the 'Regular crust' radio button, check the radio button. using the following commands:
    • Space
    • Control+Option+Space

Assertions

PriorityAssertion
requiredChange in state, to 'checked', is conveyed