NewGuide

Revision 1 as of 2012-08-14 20:41:56

Clear message

Testcase Formats

Two formats are currently recognized for use. For most testcases, the testcase should be in this form

Normal Testcase

  1. Perform X action
    1. Expect Y result
  2. Perform A action
    1. Expect B and 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

  • Question 1?
  • Question 2?
  • Question 3?

If you answer 'yes' to all questions, please submit a 'passed' result. If you answer 'no' to any question, then please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result.

Syntax for Admins

Normal Testcase

<ol>
<li title="action">Perform X action</li>
<ol>
<li title="expected_result">Expect Y result</li>
</ol>
<li title="action">Perform A action</li>
<ol>
<li title="expected_result">Expect B AND C result</li>
</ol>
</ol>
<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

<ol>
<li title="action">Question 1?</li>
<li title="action">Question 2?</li>
<li title="action">Question 3?</li>
</ol>
<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>