Voice Over reference page
http://www.apple.com/voiceover/info/guide/_1131.html
Windows Narrator reference page
http://windows.microsoft.com/en-us/windows/hear-text-read-aloud-narrator#1TC=windows-8
Test case: HelloButton
On Focus: read the text
Actions:
Fire (Mac: VO+Space; Win CapsLock+Space)
Note: only the first button in the example has a action listener printing to the console
Test case: test.java (ally, need to rename this)
On Focus:
Mac: reads 0% (initial value) + "my friend" (label) + slider
Win: reads "my friend" + 0% + slider
Actions:
Increment: arrow right, must read new value
Decrement: arrow left, must read new value
Test case: HelloSimpleTableView (start AT with first row selected)
On Focus:
Mac: reads first column for selected row: Item 0 Column 1 Row 1
Actions:
Arrow up and down: reads newly selected row
Describe item VO+F3: reads selected cell, cell location, column header
Cell traverse: VO + Left/Right arrow: reads selected cell, cell location, column header
Read header: VO + C (read the column header, either name or email)