From Fedora Project Wiki

(add some docs about how to use this template)
 
No edit summary
Line 2: Line 2:
<pre>
<pre>
{{QA/Test_Case
{{QA/Test_Case
|description=This is the description of the test case.
|description=A brief description of the functionality being tested.
|actions=
|actions=
# Step 1
# Start here ...
# Step 2
# Next do this ...
# Etc.
# Finally click that
|results=
|results=
# Result 1
# Step #1 completes without error
# Result 2
# The system boots into runlevel 5
# And so on
# Program completes wth exit code 0
}}
}}
</pre>
</pre>
This will result in the example page shown above.

Revision as of 15:39, 8 July 2009

You'll want to use this template as follows:

{{QA/Test_Case
|description=A brief description of the functionality being tested.
|actions=
# Start here ...
# Next do this ...
# Finally click that
|results=
# Step #1 completes without error
# The system boots into runlevel 5
# Program completes wth exit code 0
}}

This will result in the example page shown above.