-
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 updated tests for APG design pattern example: Editable Combobox With Both List and Inline Autocomplete #340
Comments
This is a thread for the updated version of this test plan, first started back in February by Matt (ref: #53). |
Below is the test plan for the Editable Combobox With Both List and Inline Autocomplete example. Note that the "States" button is not tested at this time; it is believed to only be useful for those operating touch-based devices and we don't yet have infrastructure in place for testing touch gestures. Each test title is marked up as a level 4 heading to facilitate screen reader navigation. Navigate forwards to an empty, collapsed combobox in reading mode
Assertions
Navigate backwards to an empty, collapsed combobox in reading mode
Assertions
Navigate forwards to an empty, collapsed combobox in interaction mode
Assertions
Navigate backwards to an empty, collapsed combobox in interaction mode
Assertions
Navigate forwards to an empty, collapsed combobox
Assertions
Navigate backwards to an empty, collapsed combobox
Assertions
Read information about an empty, collapsed combobox in reading mode
Assertions
Read information about an empty, collapsed combobox in interaction mode
Assertions
Read information about an empty, collapsed combobox
Assertions
Navigate forwards to a filled in, collapsed combobox in reading mode
Assertions
Navigate backwards to a filled in, collapsed combobox in reading mode
Assertions
Navigate forwards to a filled in, collapsed combobox in interaction mode
Assertions
Navigate backwards to a filled in, collapsed combobox in interaction mode
Assertions
Navigate forwards to a filled in, collapsed combobox
Assertions
Navigate backwards to a filled in, collapsed combobox
Assertions
Read information about a filled in, collapsed combobox in reading mode
Assertions
Read information about a filled in, collapsed combobox in interaction mode
Assertions
Read information about a filled in, collapsed combobox
Assertions
Open an empty, collapsed combobox in reading mode
Assertions
Open an empty, collapsed combobox in interaction mode
Assertions
Open an empty, collapsed combobox
Assertions
Open a filled in, collapsed combobox in reading mode
Assertions
Open a filled in, collapsed combobox in interaction mode
Assertions
Open a filled in, collapsed combobox
Assertions
Open an empty, collapsed combobox by typing a character in interaction mode
Assertions
Open an empty, collapsed combobox by typing a character
Assertions
Open a filled in, collapsed combobox by typing a character in interaction mode
Assertions
Open a filled in, collapsed combobox by typing a character
Assertions
Read information about an empty, expanded combobox in reading mode
Assertions
Read information about an empty, expanded combobox in interaction mode
Assertions
Read information about an empty, expanded combobox
Assertions
Read information about a filled in, expanded combobox in reading mode
Assertions
Read information about a filled in, expanded combobox in interaction mode
Assertions
Read information about a filled in, expanded combobox
Assertions
Narrow down the matching options in an empty, expanded combobox in interaction mode
Assertions
Narrow down the matching options in an empty, expanded combobox
Assertions
Narrow down the matching options in a filled in, expanded combobox in interaction mode
Assertions
Narrow down the matching options in a filled in, expanded combobox
Assertions
Close an empty combobox in reading mode
Assertions
Close an empty combobox in interaction mode
Assertions
Close an empty combobox
Assertions
Close a filled in combobox in reading mode
Assertions
Close a filled in combobox in interaction mode
Assertions
Close a filled in combobox
Assertions
Navigate from an empty, collapsed combobox to the first option in a listbox popup in interaction mode
Assertions
Navigate from an empty, collapsed combobox to the first option in a listbox popup
Assertions
Navigate from an empty, collapsed combobox to the last option in a listbox popup interaction mode
Assertions
Navigate from an empty, collapsed combobox to the last option in a listbox popup
Assertions
Navigate from a filled in, collapsed combobox to the first option in a listbox popup in interaction mode
Assertions
Navigate from a filled in, collapsed combobox to the first option in a listbox popup
Assertions
Navigate from a filled in, collapsed combobox to the last option in a listbox popup interaction mode
Assertions
Navigate from a filled in, collapsed combobox to the last option in a listbox popup
Assertions
Navigate from an empty, expanded combobox to the first option in a listbox popup in interaction mode
Assertions
Navigate from an empty, expanded combobox to the first option in a listbox popup
Assertions
Navigate from an empty, expanded combobox to the last option in a listbox popup interaction mode
Assertions
Navigate from an empty, expanded combobox to the last option in a listbox popup
Assertions
Navigate from a filled in, expanded combobox to the first option in a listbox popup in interaction mode
Assertions
Navigate from a filled in, expanded combobox to the first option in a listbox popup
Assertions
Navigate from a filled in, expanded combobox to the last option in a listbox popup interaction mode
Assertions
Navigate from a filled in, expanded combobox to the last option in a listbox popup
Assertions
Navigate to the next option in a listbox popup in interaction mode
Assertions
Navigate to the next option in a listbox popup
Assertions
Navigate to the previous option in a listbox popup in interaction mode
Assertions
Navigate to the previous option in a listbox popup
Assertions
Read information about a listbox popup in interaction mode
Assertions
Read information about a listbox popup
Assertions
Navigate out of a listbox popup by moving the editing cursor to the right in interaction mode
Assertions
Navigate out of a listbox popup by moving the editing cursor to the left in interaction mode
Assertions
Navigate out of a listbox popup by moving the editing cursor to the right
Assertions
Navigate out of a listbox popup by moving the editing cursor to the left
Assertions
Navigate out of a listbox popup by moving the editing cursor to the end of the textbox in interaction mode
Assertions
Navigate out of a listbox popup by moving the editing cursor to the beginning of the textbox in interaction mode
Assertions
Navigate out of a listbox popup by moving the editing cursor to the end of the textbox
Assertions
Navigate out of a listbox popup by moving the editing cursor to the beginning of the textbox
Assertions
Select an option in a listbox popup in interaction mode
Assertions
Select an option in a listbox popup
Assertions
|
Reading through this and looking at the PR. First, this is awesome work! Second, was there any discussion on if the value of |
@mfairchild365 Thanks for reviewing! I haven't been involved in a discussion about how we feel different values of |
Applies To
Testing Notes
This issue thread will house all documentation relating to the development of a test plan for the "Editable Combobox With Both List and Inline Autocomplete" APG example, which conforms to the "Combobox" design pattern. All follow-ups (including the test plan itself) will be added as new comments to facilitate notifications, but this initial comment will be updated with relevant details and URLs as needed for convenience.
Additional References
The text was updated successfully, but these errors were encountered: