From Fedora Project Wiki
No edit summary |
(link to QA:SOP test case creation) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=This test case ensures that the disk drive(s) are properly dismounted when Fedora is being shut down or when a Reboot is done. | ||
|setup=Install the pre-release version of Fedora that is to be tested on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. | |||
|actions= | |actions= | ||
Be as specific as required for the target audience. | |||
# Start here ... | # Start here ... | ||
# Next do this ... | # Next do this ... | ||
# Finally click that | # Finally click that | ||
|results= | |results= | ||
The following must be true to consider this a successful test run. Be brief ... but explicit. | |||
# Step #1 completes without error | # Step #1 completes without error | ||
# The system boots into runlevel 5 | # The system boots into runlevel 5 | ||
# Program completes | # Program completes with exit code 0 | ||
|optional=Optionally provide hints for exploratory testing. | |||
}} | }} | ||
</pre> | </pre> | ||
This will result in the example page shown | This will result in the example page shown below. Please read [[QA:SOP test case creation]] to see how to properly write a test case and categorize it. |
Latest revision as of 13:25, 16 June 2020
You'll want to use this template as follows:
{{QA/Test_Case |description=This test case ensures that the disk drive(s) are properly dismounted when Fedora is being shut down or when a Reboot is done. |setup=Install the pre-release version of Fedora that is to be tested on a bare metal system using the default Anaconda settings except to reclaim all disk space in the process. |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. Please read QA:SOP test case creation to see how to properly write a test case and categorize it.