Template:TestPlan Test: Difference between revisions

From Vision
No edit summary
m (1 revision)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{note}} To be used with [[:Template:TestPlan_CycleHeader]] and [[:Template:TestPlan_CycleFooter]] only.
{{note}} To be used with [[:Template:TestPlan_CycleHeader]] and [[:Template:TestPlan_CycleFooter]] only.
{{note}} Ensure that you have defined SubCycle variable under CycleHeader - see that template for details.


Usage:
Usage:
<pre>
<pre>
{{TestPlan_Test
{{TestPlan_Test
|Test=The test number, including cycle (i.e. 1.1)
|Test={{ #vardefineecho: SubCycle | {{ #expr: {{ #var: SubCycle }} + 0.1 }} }}
|Action=The actions to follow
|Action=The actions to follow
|Result=The expected result
|Result=The expected result
Line 18: Line 20:
<td>{{{Action}}}</td>
<td>{{{Action}}}</td>
<td>{{{Result}}}</td>
<td>{{{Result}}}</td>
<td>{{{Remarks}}}&nbsp;</td>
<td>{{{Remarks|}}}&nbsp;</td>
<td>{{{PassFail}}}&nbsp;</td>
<td>{{{PassFail|}}}&nbsp;</td>
</tr>
</tr>
<noinclude>
<noinclude>
</table>
</table>
[[Category:Templates]]
[[Category:Templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Latest revision as of 12:20, 23 December 2011

Note Note: To be used with Template:TestPlan_CycleHeader and Template:TestPlan_CycleFooter only.

Note Note: Ensure that you have defined SubCycle variable under CycleHeader - see that template for details.

Usage:

{{TestPlan_Test
|Test={{ #vardefineecho: SubCycle | {{ #expr: {{ #var: SubCycle }} + 0.1 }} }}
|Action=The actions to follow
|Result=The expected result
|Remarks=
|PassFail=
}}
{{{Test}}} {{{Action}}} {{{Result}}}