From Fedora Project Wiki

m (Minor wording change)
No edit summary
(One intermediate revision by one other user not shown)
Line 3: Line 3:
{{QA/Test_Case
{{QA/Test_Case
|description=A brief description of the functionality being tested.
|description=A brief description of the functionality being tested.
|setup=Optionally include information on preparing the test environment
|actions=
|actions=
Be as specific as required for the target audience.  
Be as specific as required for the target audience.  
Line 12: Line 13:
# Step #1 completes without error
# Step #1 completes without error
# The system boots into runlevel 5
# The system boots into runlevel 5
# Program completes wth exit code 0
# Program completes with exit code 0
|optional=Optionally provide hints for exploratory testing.
}}
}}
</pre>
</pre>
This will result in the example page shown below.
This will result in the example page shown below.

Revision as of 15:32, 4 December 2012

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.