- 1 Goal Software or procedure test. What must this round prove?
- 2 Requirements Rules that must hold, for example “a user can sign in”.
- 3 Risks What can go wrong, and how severe that is.
- 4 Cases Concrete checks with steps and expected result, in a scenario.
- 5 Run Execute under a milestone. Each case gets a result.
- 6 Issues On failure: log, fix, re-test until closed.
- 7 Report What, how, when, results and release advice for the manager.
Step by step in the application
-
1Define the test goal
Write what this round must prove.
-
2Create a test project
One project = one application, release or procedure.
-
3Define scenarios
One scenario per topic, for example Sign-in.
-
4Create test cases
Preconditions, steps and expected result.
-
5Execute the test
Start a run, optionally under a milestone.
-
6Record the result
Passed, failed, blocked or skipped.
-
7Log defects
On failure: create an issue, TOPdesk if needed.
-
8Re-test
After a fix, run the same cases again.
-
9Review the results
Check totals on the report.
-
10Report and approval
Share and give a release recommendation.
-
11Test completed
Done when the important cases have been reviewed.