Template:QA/Test Case
From FedoraProject
Template documentation [edit]
- This documentation is transcluded from Template:QA/Test Case/doc. It will not be transcluded on pages that use this template.
You'll want to use this template as follows:
{{QA/Test_Case
|description=A brief description of the functionality being tested.
|setup=Optionally include information on preparing the test environment
|actions=
Be as specific as required for the target audience.
# Start here ...
# Next do this ...
# Finally click that
|results=
The following must be true to consider this a successful test run. Be brief ... but explicit.
# Step #1 completes without error
# The system boots into runlevel 5
# Program completes with exit code 0
|optional=Optionally provide hints for exploratory testing.
}}
This will result in the example page shown below.
Contents |
Description
A brief description of the functionality being tested.
Setup (optional)
Optionally provide instructions to prepare the test environment.
How to test
Be as specific as required for the target audience.
- Start here ...
- Next do this ...
- Finally click that
Expected Results
The following must be true to consider this a successful test run. Be brief ... but explicit.
- Step #1 completes without error
- The system boots into runlevel 5
- Program completes with exit code 0
Optional (optional)
Optionally provide hints for exploratory testing.