NewGuide
Testcase Formats
Two formats are currently recognized for use. For most testcases, the testcase should look like one of these:
Normal Testcase
|
|
1. Perform X action |
|
|
Expect Y result |
2. Perform A action |
|
|
Expect B result |
|
Expect C result |
If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result.
Smoke Testcase
1. Question 1? |
2. Question 2? |
3. Question 3? |
If you answer 'yes' to all questions, please submit a 'passed' result.
If you answer 'no' to any question, then please submit 'failed' and file a bug. Please be sure to include the bug number when you submit your result.
Syntax for Admins
Normal Testcase
<dl>
<dt>Perform X action</dt>
<dd>Expect Y result</dd>
<dt>Perform A action</dt>
<dd>Expect B result</dd>
<dd>Expect C result</dd>
</dl>
<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
Smoke Testcase
<dl> <dt>Question 1?</dt> <dt>Question 2?</dt> <dt>Question 3?</dt> </dl> <strong>If you answer 'yes' to all questions, please <a href="results#add_result">submit</a> a 'passed' result. If you answer 'no' to any question, then please <a href="results#add_result">submit</a> 'failed' and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>