Tests/Flipsticks: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 13: Line 13:
* <span style="color:red">fail</span>: when value in the angle box does not change according to movement.
* <span style="color:red">fail</span>: when value in the angle box does not change according to movement.


''Test Design Technique:''
Equivalence Partitioning used.
* Equivalence Partitioning used.

Revision as of 00:47, 24 March 2009

Manually moving each body part - Angle value changes

Actions:

  1. Select the name of the part from the "Parts Menu".
  2. Click on the point that represents that part (selected name).
  3. Move the part from side to side.
  4. Check if the value of the angle input box is changing with the movement.

Verify:

  • Pass: when value in the angle box changes according to movement.
  • fail: when value in the angle box does not change according to movement.

Test Design Technique:

  • Equivalence Partitioning used.