Activity testing template

From OLPC
Revision as of 16:53, 13 November 2007 by Gregdek (talk | contribs)
Jump to: navigation, search

( Activity Testing Project | Activity Testing Matrix | Activity Testing Developer Guide | Activity Testing Template )

Instructions for Template Use

Developers, use this template to create your test cases.

  1. Create a new page, entitled Tests/ActivityName, replacing ActivityName with the name of your activity.
  2. Cut and paste the table below into the new page.
  3. Edit to add new test activities as you see fit.
  4. Create a new entry in the Activity Testing Matrix.

Template

Action Result
This is what a successful test looks like. pass
This is what a failed test looks like. fail, bug report
Opening the activity: click on the activity icon.
The icon appears in the activity donut, and pulses during activity startup. -
The activity opens properly. -
Closing the activity: click the X in the upper-right-hand corner of the activity.
The activity closes properly. -
The icon disappears from the activity donut. -
Journal functionality: open the journal activity.
A journal entry for the previous activity session appears. -
Clicking on the journal entry restores the activity to an appropriate state. -
Activity functionality: functional tests.
Add additional tests here. -