Testing task: Read information about a spin button in reading mode
With NVDA in reading mode, describe how NVDA behaves when performing task "With the reading cursor on the 'Day' spin button, read information about the button."
Activate the "Open test page" button below, which opens the example to test in a new window and runs a script that sets the date picker to March 19, 2021, and sets focus on the 'Day' spin button.
Ensure NVDA is in browse mode by pressing Escape. Note: This command has no effect if NVDA is already in browse mode.
With the reading cursor on the 'Day' spin button, read information about the button.
Using the following commands, With the reading cursor on the 'Day' spin button, read information about the button.
Insert+Tab
Insert+Up
Success Criteria
To pass this test, NVDA needs to meet all the following assertions when each specified command is executed:
Role 'spin button' is conveyed
Name 'Day' is conveyed
Value 'nineteenth' is conveyed
Record Results
Read information about a spin button in reading mode
After 'Insert+Tab'
Assertion
Success case
Failure cases
Role 'spin button' is conveyed(required: mark output)
Name 'Day' is conveyed(required: mark output)
Value 'nineteenth' is conveyed(required: mark output)
After 'Insert+Up'
Assertion
Success case
Failure cases
Role 'spin button' is conveyed(required: mark output)
Name 'Day' is conveyed(required: mark output)
Value 'nineteenth' is conveyed(required: mark output)
Were there additional undesirable behaviors?(required)