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}}}&nbsp;</td>
<td>{{{Module|{{{1}}}}}}&nbsp;</td>
<td>{{{ProgramName}}}&nbsp;</td>
<td>{{{ProgramName|{{{2}}}}}}&nbsp;</td>
<td>{{{Version}}}&nbsp;</td>
<td>{{{Version|{{{3}}}}}}&nbsp;</td>
<td>{{{Call}}}&nbsp;</td>
<td>{{{Call|{{{4}}}}}}&nbsp;</td>
<td>{{{ClientRef}}}&nbsp;</td>
<td>{{{ClientRef|{{{5}}}}}}&nbsp;</td>
<td>{{{Priority}}}&nbsp;</td>
<td>{{{Priority|{{{6}}}}}}&nbsp;</td>
<td>{{{Remarks}}}&nbsp;</td>
<td>{{{Remarks|{{{7}}}}}}&nbsp;</td>
<td>{{{Reporter}}}&nbsp;</td>
<td>{{{Reporter|{{{8}}}}}}&nbsp;</td>
</tr>
</tr>
<noinclude>
<noinclude>

Revision as of 11:13, 8 December 2014

Note Note: ALL WRONG 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.01 }} }}
|Action=The actions to follow
|Result=The expected result
|Remarks=
|PassFail=
}}
{{{1}}}  {{{2}}}  {{{3}}}  {{{4}}}  {{{5}}}  {{{6}}}  {{{7}}}  {{{8}}}