Testing task: Read information about a grid cell in reading mode
With NVDA in reading mode, describe how NVDA behaves when performing task "With the reading cursor on the first non-header cell in the grid, read information about the cell."
Activate the "Open test page" button below, which opens the example to test in a new window and runs a script that sets focus on the first cell of the second row in the grid.
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 first non-header cell in the grid, read information about the cell.
Using the following commands, With the reading cursor on the first non-header cell in the grid, read information about the cell.
Insert+Tab
Insert+Up
Success Criteria
To pass this test, NVDA needs to meet all the following assertions when each specified command is executed:
Text of the first column header ('Date') is conveyed
Text of the first cell ('01-Jan-16') is conveyed
coordinates of the first cell (column 1, row 2) are conveyed
Record Results
Read information about a grid cell in reading mode
After 'Insert+Tab'
Assertion
Success case
Failure cases
Text of the first column header ('Date') is conveyed(required: mark output)
Text of the first cell ('01-Jan-16') is conveyed(required: mark output)
coordinates of the first cell (column 1, row 2) are conveyed(required: mark output)
After 'Insert+Up'
Assertion
Success case
Failure cases
Text of the first column header ('Date') is conveyed(required: mark output)
Text of the first cell ('01-Jan-16') is conveyed(required: mark output)
coordinates of the first cell (column 1, row 2) are conveyed(required: mark output)
Were there additional undesirable behaviors?(required)