-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from uiuc-ischool-accessible-computing-lab/ma…
…nualTestingNotes Manual testing notes
- Loading branch information
Showing
2 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Manual Testing Process | ||
|
||
Basically, on each chart and in each mode, test all controls. | ||
|
||
## Charts | ||
|
||
Everything in /user_study_pilot folder | ||
|
||
## Modes | ||
|
||
BTSR | ||
|
||
- Braille mode: B key toggles on / off | ||
- Text modes: T key switches between text modes, verbose / terse / off | ||
- Sonification modes: S key toggles, usually on / off, but some charts also have a combined / separate as well | ||
- Review mode: R key enables an input with the current text output, and then back to your previous spot | ||
|
||
## Controls | ||
|
||
| Function | Key | | ||
| --------------------------------------- | ---------------------------------------- | | ||
| Move around plot | Arrow keys | | ||
| Go to the very left right up down | ${constants.control} + Arrow key | | ||
| Select the first element | ${constants.control} + ${constants.home} | | ||
| Select the last element | ${constants.control} + ${constants.end} | | ||
| Toggle Braille Mode | b | | ||
| Toggle Sonification Mode | s | | ||
| Toggle Text Mode | t | | ||
| Repeat current sound | Space | | ||
| Auto-play outward in direction of arrow | ${constants.control} + Shift + Arrow key | | ||
| Auto-play inward in direction of arrow | ${constants.alt} + Shift + Arrow key | | ||
| Stop Auto-play | ${constants.control} | | ||
| Auto-play speed up | Period | | ||
| Auto-play speed down | Comma | |