Template:FS: Difference between revisions
From Vision
No edit summary |
m (1 revision) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="noprint"> | |||
{{#vardefine:Client|The Supimix Client Code}} | |||
{{#vardefine:ClientName|The Client Name}} | |||
{{#vardefine:System|''CALIDUS'' Mobile/TTM/Vision/etc}} | |||
{{#vardefine:Doc_Title|Document Title}} | |||
{{#vardefine:Version|0.1}} | |||
{{#vardefine:Date|16th June 2011}} | |||
{{#vardefine:Reference|Spimix Ref and Client Ref}} | |||
</div> | |||
{{Doc_Title | {{Doc_Title | ||
|System= | |Client={{#var:ClientName}} | ||
|Title= | |System={{#var:System}} | ||
|Reference= | |Title={{#var:Doc_Title}} | ||
|Version= | |Reference=FS {{#var:Reference}} | ||
|Date= | |Version={{#var:Version}} | ||
|Date={{#var:Date}} | |||
}} | }} | ||
Line 38: | Line 48: | ||
{{TestPlan_Header | {{TestPlan_Header | ||
|Title= | |Title={{#var:Doc_Title}} | ||
|Log= | |Log={{#var:Reference}} | ||
|Description=description of what is to be achieved | |Description=description of what is to be achieved | ||
|MenuAccess=Where on the menus the item can be found | |MenuAccess=Where on the menus the item can be found | ||
|Prerequisites=The prerequisites of the test | |Prerequisites=The prerequisites of the test | ||
|Objective=The details of what each group of tests is to achieve | |Objective=The details of what each group of tests is to achieve | ||
}} {{TestPlan_CycleHeader | }} | ||
|Cycle= | {{ #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 | |Title=Area being tested in this cycle | ||
|Notes=Any notes or prerequisites for the tests following. | |Notes=Any notes or prerequisites for the tests following. | ||
}} <!--INSERT TESTS HERE --> {{TestPlan_Test | }} <!--INSERT TESTS HERE --> {{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 55: | Line 67: | ||
|PassFail= | |PassFail= | ||
}} {{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 61: | Line 73: | ||
|PassFail= | |PassFail= | ||
}} {{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 83: | Line 95: | ||
|ST=0 | |ST=0 | ||
|IMP=0 | |IMP=0 | ||
|Client= | |Client={{#var:Client}} | ||
|Year= | |Year=2012 | ||
|FSEST=Y | |FSEST=Y | ||
|Rev1=Rev1 | |Rev1=Rev1 | ||
|Rev1Title=Rev1 Title | |Rev1Title=Rev1 Title | ||
}}</div> | }}</div> | ||
[[Category: | [[Category:{{#var:Client}} FS]] |