NewGuide

Differences between revisions 3 and 4
Revision 3 as of 2012-09-20 18:51:22
Size: 2272
Editor: adsl-98-70-50-84
Comment:
Revision 4 as of 2013-01-23 02:23:26
Size: 1140
Editor: adsl-98-70-52-235
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:

== 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>
}}}

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.

Testing/TestCaseFormat/NewGuide (last edited 2013-06-25 21:12:48 by nblzone-227-162)