|
|
Line 1: |
Line 1: |
| This page is intended to record [[QA:Fedora_19_Install_Test_Plan]] test results for the '''Fedora 19''' milestone. | | This page is intended to record [[QA:Fedora_XX_Install_Test_Plan]] test results for the '''Fedora XX''' milestone. If you don't know how to test or how to fill your results, please visit [[User:Pschindl/Draft_Testing_and_Saving_Results | this page]]. |
| | |
| = Instructions =
| |
| | |
| This page tracks test results against the Fedora 19 build. Test results against other Fedora 19 milestones can be found at [[:Category:Fedora_19_Test_Results]]. The explanation of test case priority is available at [[QA:Fedora_19_Install_Test_Plan#Test_Priority]].
| |
| | |
| == What To Test ==
| |
| | |
| * Tests requiring ''physical media'' (e.g. DVD or CD images) -- [https://dl.fedoraproject.org/pub/alt/stage download the required ISO images].
| |
| * Unless otherwise noted, you may use nightly Fedora 19 ''branch'' install images. [[Releases/Branched|Review for information on downloading and installing Branched]].
| |
| * [[Delta_ISOs]] for install images are available [http://dl.fedoraproject.org/pub/alt/stage/deltaisos/ here]. If you have the install DVD image for the previous TC/RC (or in the case of Alpha TC1, the previous stable release), you can generate both current install discs (DVD and netinst) with greatly reduced download size.
| |
| | |
| == Who's available ==
| |
| | |
| The following cast of characters will be available testing, workarounds, bug fixes, general discussion ...
| |
| * IRC: [irc://irc.freenode.net/fedora-qa #fedora-qa] on irc.freenode.net
| |
| * Quality Assurance - [[User:Robatino]], [[User:Hongqing]],[[User:adamwill]], [[User:wutao85]]
| |
| | |
| == Add or Remove a Test Case ==
| |
| | |
| # Please request review for your changes by publishing your test case for review to [https://admin.fedoraproject.org/mailman/listinfo/test test list].
| |
| # Once reviewed, make your changes to this document
| |
| # Finally, update [[QA:Fedora_19_Install_Results_Template]] with the same changes.
| |
| | |
| == Key ==
| |
| | |
| See the table below for a sample format for test results. All test results are posted using the format specified [[Template:Result]].
| |
| | |
| {| class="wikitable collapsible" border="0" width="85%"
| |
| ! colspan="3" style="background-color: grey;" | Test Results Format
| |
| |-
| |
| |-
| |
| ! Test Result !! Explanation !! Code Entered
| |
| |-
| |
| | {{result|none}}
| |
| | ''Untested'' - This test has not been run, and is available for anyone to contribute feedback.
| |
| | <code><nowiki>{{result|none}}</nowiki></code>
| |
| |- | |
| | {{result|pass|robatino}}
| |
| | ''Passed'' - The test has been run and the tester determine the test met the ''expected results''
| |
| | <code><nowiki>{{result|pass|robatino}}</nowiki></code>
| |
| |-
| |
| | {{result|inprogress|adamwill}}
| |
| | ''Inprogress'' - An inprogress result is often used for tests that take a long time to execute. Inprogress results should be temporary and change to pass, fail or warn.
| |
| | <code><nowiki>{{result|inprogress|adamwill}}</nowiki></code>
| |
| |-
| |
| | {{result|fail|jlaska|XYZ|ZXY}}
| |
| | ''Failed'' - Indicates a failed test. A link to a bug must be provided. See [[Template:Result]] for details on providing bug information. <references/>
| |
| | <code><nowiki>{{result|fail|jlaska|XYZ|ZXY}}</nowiki></code>
| |
| |-
| |
| | {{result|warn|rhe}} <ref>Brief description about the warning status</ref>
| |
| | ''Warning'' - This test completed and met the ''expected results'' of the test, but other issues were encountered during testing that warrant attention.<references/>
| |
| | <code><nowiki>{{result|warn|rhe}} <ref>Brief description about the warning status</ref></nowiki></code>
| |
| |-
| |
| | {{result|pass|hongqing}} {{result|warn|kparal}}
| |
| | ''Multiple results'' - More people can easily provide results to a single test case.
| |
| | <code><nowiki>{{result|pass|hongqing}} {{result|warn|kparal}}</nowiki></code>
| |
| |-
| |
| | {{result|pass|previous <build> run}}
| |
| | ''Result from previous test run'' - This test result is directly moved from the test run of previous ''<build>''.<references/>
| |
| | <code><nowiki>{{result|pass|previous <build> run}}</nowiki></code>
| |
| |-
| |
| | style="background:lightgrey;"|
| |
| | ''Unsupported'' - An unsupported test or configuration. No testing is required.
| |
| |
| |
| |-
| |
| |}
| |
|
| |
|
| = Test Matrix = | | = Test Matrix = |