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= | |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}}} </td> | <td>{{{Remarks|}}} </td> | ||
<td>{{{PassFail}}} </td> | <td>{{{PassFail|}}} </td> | ||
</tr> | </tr> | ||
<noinclude> | <noinclude> | ||
</table> | </table> | ||
[[Category:Templates]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 12:20, 23 December 2011
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:
{{TestPlan_Test |Test={{ #vardefineecho: SubCycle | {{ #expr: {{ #var: SubCycle }} + 0.1 }} }} |Action=The actions to follow |Result=The expected result |Remarks= |PassFail= }}
{{{Test}}} | {{{Action}}} | {{{Result}}} |