Index of Assistive Technology Test Files
This is useful for viewing the local files on a local web server.
| Sequence | Task ID | Testing Task | JAWS | NVDA | VoiceOver for macOS | Setup Script Reference |
|---|---|---|---|---|---|---|
| 1 | navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked | Navigate forwards into a radio group where no radio buttons are checked | JAWS | NVDA | VoiceOver for macOS | setFocusBeforeRadioGroup |
| 2 | navBackInToRadioGroupWhereNoRadioButtonsAreChecked | Navigate backwards into a radio group where no radio buttons are checked | JAWS | NVDA | VoiceOver for macOS | setFocusAfterRadioGroup |
| 3 | navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked | Navigate forwards into a radio group where the first radio button is checked | JAWS | NVDA | VoiceOver for macOS | checkFirstRadioButtonAndSetFocusBeforeRadioGroup |
| 4 | NavBackIntoRadioGroupWhereLastRadioChecked | Navigate backwards into a radio group where the last radio button is checked | JAWS | NVDA | VoiceOver for macOS | checkThirdRadioButtonAndSetFocusAfterRadioGroup |
| 5 | navOutStartRadioGroup | Navigate out of the start of a radio group | JAWS | NVDA | VoiceOver for macOS | setFocusOnFirstRadioButton |
| 6 | navOutEndRadioGroup | Navigate out of the end of a radio group | JAWS | NVDA | VoiceOver for macOS | setFocusOnThirdRadioButton |
| 7 | navToNextUncheckedRadio | Navigate forwards to an unchecked radio button within a radio group | JAWS | NVDA | VoiceOver for macOS | setFocusOnFirstRadioButton |
| 8 | navToPrevUncheckedRadio | Navigate backwards to an unchecked radio button within a radio group | JAWS | NVDA | VoiceOver for macOS | setFocusOnSecondRadioButton |
| 9 | navToNextCheckedRadio | Navigate forwards to a checked radio button within a radio group | JAWS | NVDA | VoiceOver for macOS | setFocusOnFirstRadioButtonAndCheckSecondRadioButton |
| 10 | navToPrevCheckedRadio | Navigate backwards to a checked radio button within a radio group | JAWS | NVDA | VoiceOver for macOS | setFocusOnSecondRadioButtonAndCheckFirstRadioButton |
| 11 | checkRadio | Check a radio button | JAWS | NVDA | VoiceOver for macOS | setFocusOnFirstRadioButton |
| 12 | navToFirstRadio | Check the next radio button in a radio group by navigating to it | JAWS | NVDA | VoiceOver for macOS | setFocusOnThirdRadioButton |
| 13 | navToLastRadio | Check the previous radio button in a radio group by navigating to it | JAWS | NVDA | VoiceOver for macOS | setFocusOnFirstRadioButton |
| 14 | reqInfoAboutUncheckedRadio | Request information about an unchecked radio button | JAWS | NVDA | VoiceOver for macOS | setFocusOnFirstRadioButton |
| 15 | reqInfoAboutCheckedRadio | Request information about a checked radio button | JAWS | NVDA | VoiceOver for macOS | setFocusOnAndCheckFirstRadioButton |