Template:TestPlan CycleHeader: Difference between revisions
From Calidus HUB
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
<tr> | <tr> | ||
<td bgcolor="silver" width="4%">'''Step'''</td> | <td bgcolor="silver" width="4%">'''Step'''</td> | ||
<td bgcolor="silver" width=" | <td bgcolor="silver" width="35%">'''Action'''</td> | ||
<td bgcolor="silver" width=" | <td bgcolor="silver" width="32%">'''Result'''</td> | ||
<td bgcolor="silver" width="25%">'''Remarks'''</td> | <td bgcolor="silver" width="25%">'''Remarks'''</td> | ||
<td bgcolor="silver" width="4%">'''P/F'''</td> | <td bgcolor="silver" width="4%">'''P/F'''</td> |
Revision as of 12:23, 30 October 2013
Note: To be used with Template:TestPlan_Test and Template:TestPlan_CycleFooter only.
Note: In order to count cycles and tests correctly, you MUST include the variable defines Cycle and SubCycle as shown below.
Usage:
{{ #vardefine: Cycle | 0 }}{{ #vardefine: SubCycle | 0 }} {{TestPlan_CycleHeader |Cycle={{ #vardefineecho: Cycle | {{ #expr: {{ #var: Cycle }} + 1 }} }}{{ #vardefine: SubCycle | {{ #var: Cycle }} }} |Title=Area being tested in this cycle |Notes=Any notes or prerequisites for the tests following. }}
Step | Action | Result | Remarks | P/F |
{{{Cycle}}} | {{{Title}}} | |||
{{{Notes}}} |