Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canaxess/screen-reader-testing
Screen reader and WCAG testing resources to maintain a consistent approach to testing and documenting behaviour.
https://github.com/canaxess/screen-reader-testing
a11y a11y-testing accessibility accessibility-testing
Last synced: 7 days ago
JSON representation
Screen reader and WCAG testing resources to maintain a consistent approach to testing and documenting behaviour.
- Host: GitHub
- URL: https://github.com/canaxess/screen-reader-testing
- Owner: canaxess
- Created: 2021-07-15T10:53:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T05:28:22.000Z (about 1 year ago)
- Last Synced: 2023-10-04T16:46:46.484Z (about 1 year ago)
- Topics: a11y, a11y-testing, accessibility, accessibility-testing
- Language: HTML
- Homepage:
- Size: 146 KB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screen reader testing
Move beyond trivial screen reader testing and instead test an entire workflow. Can a user navigate and traverse several workflows to complete a task?7 tests in total with the first 4 navigational waypoints, followed by 3 tests interacting with elements as part of the workflow.
## Orientation and waypoint finding
1. `Does the screen reader output matches the visual output of all headings`
1. `Does the screen reader output matches the visual output of all links (as a minimum)`
1. `Does the screen reader output matches the visual output of all list elements`
1. `Does the screen reader output the first 2 rows of a table and announces the columns`## User actions and workflow traversal
5. `Does the screen reader output every visual error message`
6. `Does the screen reader output all significant page activity (spinner icons appearing, new page content)`
7. `Does the screen reader output a controls outcome (collapsed/expanded, x number of items returned)`## Screen reader documentation
- Testing with [NVDA (v2020)](https://github.com/canaxess/accessibility-resources/blob/main/NVDA-TESTING.md)
- Testing with [JAWS (v2021)](https://github.com/canaxess/accessibility-resources/blob/main/JAWS-TESTING.md)
- Testing with [VoiceOver (iOS 14.6)](https://github.com/canaxess/accessibility-resources/blob/main/VOICEOVER-TESTING.md)
- Testing with [VoiceOver (macOS 11.1 Big Sur)](https://github.com/canaxess/accessibility-resources/blob/main/VOICEOVER-MACOS-TESTING.md)
- Testing with [TalkBack (Android v10, Android v11)](https://github.com/canaxess/accessibility-resources/blob/main/TALKBACK-TESTING.md)