Tests/Implode: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 21: Line 21:
| A journal entry for the previous activity session appears. || <span style="color:green">pass</span>
| A journal entry for the previous activity session appears. || <span style="color:green">pass</span>
|-
|-
| Clicking on the journal entry restores the activity to an appropriate state. || <span style="color:green">pass</span>
| Clicking on the journal entry restores the activity to an appropriate state. || <span style="color:red">fail: A new game is created instead of restoring the previously keep game from the journal.</span>
|-
|-
|colspan="2"| '''Activity functionality''': functional tests.
|colspan="2"| '''Activity functionality''': functional tests.

Revision as of 02:33, 24 March 2008

Implode Tests

Action Result
Opening the activity: click on the activity icon.
The icon appears in the activity donut, and pulses during activity startup. pass
The activity opens properly. pass
Closing the activity: click the X in the upper-right-hand corner of the activity.
The activity closes properly. pass
The icon disappears from the activity donut. pass
Journal functionality: open the journal activity.
A journal entry for the previous activity session appears. pass
Clicking on the journal entry restores the activity to an appropriate state. fail: A new game is created instead of restoring the previously keep game from the journal.
Activity functionality: functional tests.
Additional tests will be placed here soon -

Opening the activity

Justification:

Actions:

  1. start the Implode activity by clicking on the corresponding icon on the taskbar.

Verify:

  • that the Implode icon is added to the activity doughnut.
  • that the Implode icon pulses to indicate the activity starting up.
  • that the Implode activity starts properly.
  • that the window shows a new board and the game tab is selected.

Close the activity

Justification:

Actions:

  1. switch to the Activity tab.
  2. click the X button in the top right corner.
  3. you can use as well the shortcuts (ctrl+q) or (ctrl+esc) to quit the activity

Verify:

  • that clicking the X button closes the Implode activity.
  • that the Implode icon disappears from the activity doughnut.

Journal functionality

Justification:

Actions:

  1. open the journal activity.

Verify:

  • A journal entry for the previous activity session appears.
  • Clicking on the journal entry restores the activity to an appropriate state.

Activity functionality