Template:PATCHDevDefectsTableRow: 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
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{note}} ALL WRONG
{{note}} This is part of a table - ensure it is wrapped in table HTML code.
{{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
<table border="1px" width="100%">
|Test={{ #vardefineecho: SubCycle | {{ #expr: {{ #var: SubCycle }} + 0.01 }} }}
<tr>
|Action=The actions to follow
<td bgcolor="silver"><font size="2">'''Log Number'''</font></td>
|Result=The expected result
<td bgcolor="silver"><font size="2">'''Client Ref'''</font></td>
|Remarks=
<td bgcolor="silver"><font size="2">'''Log Priority'''</font></td>
|PassFail=
<td bgcolor="silver"><font size="2">'''CR/D'''</font></td>
<td bgcolor="silver"><font size="2">'''Issue Raised and Test Objective'''</font></td>
<td bgcolor="silver"><font size="2">'''Site'''</font></td>
<td bgcolor="silver"><font size="2">'''Functional Area'''</font></td>
<td bgcolor="silver"><font size="2">'''Reporter '''</font></td>
<td bgcolor="silver"><font size="2">'''ER Number'''</font></td>
<td bgcolor="silver"><font size="2">'''ESI Change Required'''</font></td>
<td bgcolor="silver"><font size="2">'''WCS Change Required'''</font></td>
</tr>
{{PATCHDevDefectsTableRow
|LogNumber=The Supimix Log Number
|ClientRef=The Supimix Client Reference
|Priority=The Supimix Priority
|CRD=Change Request (CR) or Development (D) or other (blank)
|Issue=Description of problem and solution
|Site=Site
|Area=Functional Area. If blank, inserted as 'u/a'
|Reporter=Reported of issue
|ERNumber=ER Number on which this fix was released
|ESIRequired=ESI change Required (Y/N, defaulting to N if left blank)
|WCSRequired=WCS Change Required (Y/N, defaulting to N if left blank)
}}
{{PATCHDevDefectsTableRow
|The Supimix Log Number
|The Supimix Client Reference
|The Supimix Priority
|Change Request (CR) or Development (D) or other (blank)
|Description of problem and solution
|Site
|Functional Area. If blank, inserted as 'u/a'
|Reported of issue
|ER Number on which this fix was released
|ESI change Required (Y/N, defaulting to N if left blank)
|WCS Change Required (Y/N, defaulting to N if left blank)
}}
}}
</table>
</pre>
</pre>
<table border="1">
 
E.g.
 
<table border="1px" width="100%">
<tr>
<td bgcolor="silver"><font size="2">'''Log Number'''</font></td>
<td bgcolor="silver"><font size="2">'''Client Ref'''</font></td>
<td bgcolor="silver"><font size="2">'''Log Priority'''</font></td>
<td bgcolor="silver"><font size="2">'''CR/D'''</font></td>
<td bgcolor="silver"><font size="2">'''Issue Raised and Test Objective'''</font></td>
<td bgcolor="silver"><font size="2">'''Site'''</font></td>
<td bgcolor="silver"><font size="2">'''Functional Area'''</font></td>
<td bgcolor="silver"><font size="2">'''Reporter '''</font></td>
<td bgcolor="silver"><font size="2">'''ER Number'''</font></td>
<td bgcolor="silver"><font size="2">'''ESI Change Required'''</font></td>
<td bgcolor="silver"><font size="2">'''WCS Change Required'''</font></td>
</tr>
</noinclude>
</noinclude>
<tr>
<tr>
<td>{{{LogNumber|{{{1|&nbsp;}}}}}}</td>
<td><font size="2">{{{LogNumber|{{{1|&nbsp;}}}}}}</font></td>
<td>{{{ClientRef|{{{2|&nbsp;}}}}}}</td>
<td><font size="2">{{{ClientRef|{{{2|-}}}}}}</font></td>
<td>{{{Priority|{{{3|3}}}}}}</td>
<td><font size="2">{{{Priority|{{{3|3}}}}}}</font></td>
<td>{{{CR/D|{{{4|&nbsp;}}}}}}</td>
<td><font size="2">{{{CRD|{{{4|&nbsp;}}}}}}</font></td>
<td>{{{Issue Raised and Test Objective|{{{5|&nbsp;}}}}}}</td>
<td><font size="2">{{{Issue|{{{5|&nbsp;}}}}}}</font></td>
<td>{{{Site|{{{6|&nbsp;}}}}}}</td>
<td><font size="2">{{{Site|{{{6|&nbsp;}}}}}}</font></td>
<td>{{{Functional Area|{{{7|u/a}}}}}}</td>
<td><font size="2">{{{Area|{{{7|u/a}}}}}}</font></td>
<td>{{{Reporter|{{{8|&nbsp;}}}}}}</td>
<td><font size="2">{{{Reporter|{{{8|&nbsp;}}}}}}</font></td>
<td>{{{ER Number|{{{9|&nbsp;}}}}}}</td>
<td><font size="2">{{{ERNumber|{{{9|&nbsp;}}}}}}</font></td>
<td>{{{ESI Change Required|{{{10|N}}}}}}&nbsp;</td>
<td><font size="2">{{{ESIRequired|{{{10|N}}}}}}&nbsp;</font></td>
<td>{{{WCS Change Required|{{{11|N}}}}}}&nbsp;</td>
<td><font size="2">{{{WCSRequired|{{{11|N}}}}}}&nbsp;</font></td>
</tr>
</tr>
<noinclude>
<noinclude>

Latest revision as of 13:47, 8 December 2014

Note Note: This is part of a table - ensure it is wrapped in table HTML code.

Usage:

<table border="1px" width="100%">
<tr>
<td bgcolor="silver"><font size="2">'''Log Number'''</font></td>
<td bgcolor="silver"><font size="2">'''Client Ref'''</font></td>
<td bgcolor="silver"><font size="2">'''Log Priority'''</font></td>
<td bgcolor="silver"><font size="2">'''CR/D'''</font></td>
<td bgcolor="silver"><font size="2">'''Issue Raised and Test Objective'''</font></td>
<td bgcolor="silver"><font size="2">'''Site'''</font></td>
<td bgcolor="silver"><font size="2">'''Functional Area'''</font></td>
<td bgcolor="silver"><font size="2">'''Reporter '''</font></td>
<td bgcolor="silver"><font size="2">'''ER Number'''</font></td>
<td bgcolor="silver"><font size="2">'''ESI Change Required'''</font></td>
<td bgcolor="silver"><font size="2">'''WCS Change Required'''</font></td>
</tr>
{{PATCHDevDefectsTableRow
|LogNumber=The Supimix Log Number
|ClientRef=The Supimix Client Reference
|Priority=The Supimix Priority
|CRD=Change Request (CR) or Development (D) or other (blank)
|Issue=Description of problem and solution
|Site=Site
|Area=Functional Area. If blank, inserted as 'u/a'
|Reporter=Reported of issue
|ERNumber=ER Number on which this fix was released
|ESIRequired=ESI change Required (Y/N, defaulting to N if left blank)
|WCSRequired=WCS Change Required (Y/N, defaulting to N if left blank)
}}
{{PATCHDevDefectsTableRow
|The Supimix Log Number
|The Supimix Client Reference
|The Supimix Priority
|Change Request (CR) or Development (D) or other (blank)
|Description of problem and solution
|Site
|Functional Area. If blank, inserted as 'u/a'
|Reported of issue
|ER Number on which this fix was released
|ESI change Required (Y/N, defaulting to N if left blank)
|WCS Change Required (Y/N, defaulting to N if left blank)
}}
</table>

E.g.

Log Number Client Ref Log Priority CR/D Issue Raised and Test Objective Site Functional Area Reporter ER Number ESI Change Required WCS Change Required
  - 3       u/a