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= | |description=A brief description of the functionality being tested. | ||
|actions= | |actions= | ||
# | # Start here ... | ||
# | # Next do this ... | ||
# | # Finally click that | ||
|results= | |results= | ||
# | # Step #1 completes without error | ||
# | # The system boots into runlevel 5 | ||
# | # 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.