Template:ERTableRow: Difference between revisions
From Calidus HUB
(Created page with "<noinclude> {{note}} ALL WRONG {{note}} To be used with Template:TestPlan_CycleHeader and Template:TestPlan_CycleFooter only. {{note}} Ensure that you have defined Sub...") |
No edit summary |
||
Line 18: | Line 18: | ||
</noinclude> | </noinclude> | ||
<tr> | <tr> | ||
<td>{{{Module}}} </td> | <td>{{{Module|{{{1}}}}}} </td> | ||
<td>{{{ProgramName}}} </td> | <td>{{{ProgramName|{{{2}}}}}} </td> | ||
<td>{{{Version}}} </td> | <td>{{{Version|{{{3}}}}}} </td> | ||
<td>{{{Call}}} </td> | <td>{{{Call|{{{4}}}}}} </td> | ||
<td>{{{ClientRef}}} </td> | <td>{{{ClientRef|{{{5}}}}}} </td> | ||
<td>{{{Priority}}} </td> | <td>{{{Priority|{{{6}}}}}} </td> | ||
<td>{{{Remarks}}} </td> | <td>{{{Remarks|{{{7}}}}}} </td> | ||
<td>{{{Reporter}}} </td> | <td>{{{Reporter|{{{8}}}}}} </td> | ||
</tr> | </tr> | ||
<noinclude> | <noinclude> |
Revision as of 11:13, 8 December 2014
Note: ALL WRONG
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.01 }} }} |Action=The actions to follow |Result=The expected result |Remarks= |PassFail= }}
{{{1}}} | {{{2}}} | {{{3}}} | {{{4}}} | {{{5}}} | {{{6}}} | {{{7}}} | {{{8}}} |