Testing task: Navigate to the last unchecked radio button in a group in reading mode
With NVDA in reading mode, describe how NVDA behaves when performing task "With the reading cursor on the 'Navigate backwards from here' link, navigate to the 'Thin crust' radio button."
Activate the "Open test page" button below, which opens the example to test in a new window and runs a script that sets focus on a link after the radio group.
With the reading cursor on the 'Navigate backwards from here' link, navigate to the 'Thin crust' radio button.
Using the following commands, With the reading cursor on the 'Navigate backwards from here' link, navigate to the 'Thin crust' radio button.
Shift+F
Shift+R
Success Criteria
To pass this test, NVDA needs to meet all the following assertions when each specified command is executed:
Role 'group' is conveyed
Name of the group, 'Pizza Crust', is conveyed
Role 'radio button' is conveyed
Name of the radio button, 'Thin crust', is conveyed
State of the radio button, 'unchecked', is conveyed
Position of the radio button, 3, is conveyed
Number of radio buttons in the group, 3, is conveyed
Record Results
Navigate to the last unchecked radio button in a group in reading mode
After 'Shift+F'
After 'Shift+R'
Were there additional undesirable behaviors?(required)