-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create tests for APG design pattern example: Tri-State Checkbox #322
Comments
On the linked sample, My belief is that no assertions relating to |
Below is the test plan for the Tri-State Checkbox example. Some notes/context to be aware of:
Each test title is marked up as a level 4 heading to facilitate screen reader navigation. Navigate forwards to a partially checked checkbox in reading mode
Assertions
Navigate backwards to a partially checked checkbox in reading mode
Assertions
Navigate forwards to a partially checked checkbox in interaction mode
Assertions
Navigate backwards to a partially checked checkbox in interaction mode
Assertions
Navigate forwards to a partially checked checkbox
Assertions
Navigate backwards to a partially checked checkbox
Assertions
Operate a partially checked checkbox in reading mode
Assertions
Operate a partially checked checkbox in interaction mode
Assertions
Operate a partially checked checkbox
Assertions
Operate an unchecked checkbox in reading mode
Assertions
Operate an unchecked checkbox in interaction mode
Assertions
Operate an unchecked checkbox
Assertions
Read a partially checked checkbox in reading mode
Assertions
Read a partially checked checkbox in interaction mode
Assertions
Read a partially checked checkbox
Assertions
Read grouping information of a grouped, partially checked checkbox in reading mode
Assertions
Read grouping information of a grouped, partially checked checkbox in interaction mode
Assertions
Read grouping information of a grouped, partially checked checkbox
Assertions
Navigate forwards into a checkbox group in reading mode
Assertions
Navigate backwards out of a checkbox group in reading mode
Assertions
Navigate forwards into a checkbox group in interaction mode
Assertions
Navigate backwards out of a checkbox group in interaction mode
Assertions
Navigate forwards into a checkbox group
Assertions
Navigate backwards out of a checkbox group
Assertions
|
Additional note: we agreed with @mcking65 that JAWS tests with Smart Navigation enabled will be omitted going forward. |
These tests are now ready for review. For convenience, I've added links to the previewable index and review pages in the initial comment: |
Applies To
Testing Notes
This issue thread will house all relevant documentation relating to the development of a test plan for the "Tri-State Checkbox" APG example, which conforms to the "Checkbox" design pattern. All follow-ups (including the test plan itself) will be added as new comments to facilitate notifications, and this initial comment will be updated with relevant details and URLs as needed for convenience.
Useful Links
Additional References
The text was updated successfully, but these errors were encountered: