Skip to content

Commit

Permalink
Merge pull request #285 from uiuc-ischool-accessible-computing-lab/ma…
Browse files Browse the repository at this point in the history
…nualTestingNotes

Manual testing notes
  • Loading branch information
ellvix authored Nov 16, 2023
2 parents feca3ae + f0eb529 commit c13aed5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Typo in scatterplot.js [#283](https://github.com/uiuc-ischool-accessible-computing-lab/maidr/issues/283)
- Added some notes on manual testing

## [1.0.0] - 2023-11-01
34 changes: 34 additions & 0 deletions ManualTestingProcess.md
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 |

0 comments on commit c13aed5

Please sign in to comment.