Activity testing template: Difference between revisions
Jump to navigation
Jump to search
(New page: == Instructions for Template Use == Developers, use this template to create your test cases. # Create a new page, entitled Tests/ActivityName, replacing ActivityName with the name of...) |
RafaelOrtiz (talk | contribs) m (+cat) |
||
Line 40: | Line 40: | ||
| Add additional tests here. || - |
| Add additional tests here. || - |
||
|} |
|} |
||
[[category:tests]] |
Revision as of 23:49, 9 November 2007
Instructions for Template Use
Developers, use this template to create your test cases.
- Create a new page, entitled Tests/ActivityName, replacing ActivityName with the name of your activity.
- Cut and paste the table below into the new page.
- Edit to add new test activities as you see fit.
- 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. | - |