TEST: Difference between revisions
From Calidus HUB
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="noprint"> | |||
{{#vardefine:Client|TEST}} | |||
{{#vardefine:ClientName|Testing Customer}} | |||
{{#vardefine:System|''CALIDUS'' ePOD}} | |||
{{#vardefine:Doc_Title|Test Document}} | |||
{{#vardefine:Version|0.1}} | |||
{{#vardefine:Date|25th January 2019}} | |||
{{#vardefine:Reference|123456 TEST01}} | |||
{{#vardefine:Year|2019}} | |||
{{ #vardefine: Figure | 0 }}{{ #vardefine: Example | 0 }} | |||
<!-- | |||
Sample Xref: | |||
{{Xref | |||
|Type=Figure | |||
|Num={{ #vardefineecho: Figure| {{ #expr: {{ #var: Figure}} + 1 }} }} | |||
|Text=Data Upload - Import screen.}} | |||
--> | |||
</div> | |||
{{Doc_TitleNew | |||
|Client={{#var:ClientName}} | |||
|System={{#var:System}} | |||
|Title={{#var:Doc_Title}} | |||
|Reference=FS {{#var:Reference}} | |||
|Version={{#var:Version}} | |||
|Date={{#var:Date}} | |||
|Year={{#var:Year}} | |||
}} | |||
== | <!-- TOC --> | ||
<div class="noprint"> | |||
= FUNCTIONAL OVERVIEW = | |||
== Client Requirement == | |||
<!-- Include a statement describing the client’s work request requirement. --> | |||
Statement | |||
== Solution Overview == | |||
<!-- Include a summary of the solution explaining how the client’s requirement will be delivered. This might be as a result of software development or system configuration and implementation. --> | |||
Statement | |||
== Scope == | |||
<!-- This change will be applied to system version (enter the version) on (enter the test database e.g. CONTST) and once approved (enter the production database e.g.: CONPRD). | |||
Describe the scope of work and be clear about what is included and what is excluded. --> | |||
Statement | |||
== Impact == | |||
<!-- Identify the potential consequences of the changes described in this Functional Specification. | |||
Relating to the scope of work, document any identified dependencies necessary to maintain consistency of the solution. Highlight those not addressed within this solution specification. | |||
Include any considered and related opportunities for improvement not addressed within this solution specification. --> | |||
Statement | |||
<!-- NEW PAGE --> | |||
= CONFIGURATION SET-UP = | |||
== Pre-requisites == | |||
<!-- Think about dependent functionality or configuration that is required to support this deliverable and describe here. --> | |||
Statement | |||
== Menu Structure == | |||
<!-- Describe how the menu system will change to accommodate this requirement if relevant. --> | |||
Statement | |||
== | == Data == | ||
<!-- Document any configuration data set up necessary to enable or control the solution e.g. the new report will be added to the standing data to allow it to be selected from the standard reports form. The selection criteria for the report will be (insert selection criteria). --> | |||
Statement | |||
== Implementation Advice == | |||
<!-- Include any relevant notes that will help OBSL or Client implementer to successfully enable the solution on delivery. --> | |||
Statement | |||
<!-- NEW PAGE --> | |||
= FUNCTIONAL DESCRIPTION = | |||
== Heading == | |||
=== Sub Heading === | |||
<!-- Describe functionally how the solution will satisfy the client requirement. Include statements to define all of the new capabilities or changes to be developed. Include pictures to illustrate and support design. | |||
Note that this section will usually be reviewed and signed off by the client. Think about the audience and ensure the information documented is easy to read and understand. | |||
Group the functional description into logical areas and use sub-headings where appropriate --> | |||
Statement | |||
<!-- NEW PAGE --> | |||
= TECHNICAL NOTES = | |||
== Modules Changed == | |||
<!-- List the modules or objects that will be changed by this development --> | |||
{| class="wikitable" border="1" width:"100%" | |||
|-bgcolor="#FFFF99" | |||
! Module Name !! Module Type !! Notes | |||
to | |- | ||
| 1 || 2 || 3 | |||
|} | |||
== Table Updates == | |||
<!-- Detail any changes to the data model including additional tables, columns, indexes etc --> | |||
{| class="wikitable" border="1" width:"100%" | |||
|-bgcolor="#FFFF99" | |||
! Name !! Type !! Nullable !! Default !! Storage !! Comments | |||
|- | |||
| 1 || 2 || 3 || 4 || 5 || 6 | |||
|} | |||
== Developer Notes == | |||
}} | <!-- Include technical notes and definitions to assist the developer where appropriate --> | ||
<!-- MEDIA LANDSCAPE YES --> | |||
= TEST PLAN = | |||
{{TestPlan_Header | |||
|Title={{#var:Doc_Title}} | |||
|Log={{#var:Reference}} | |||
|Description=description of what is to be achieved | |||
|MenuAccess=Where on the menus the item can be found | |||
|Prerequisites=The prerequisites of the test | |||
|Objective=The details of what each group of tests is to achieve | |||
}} | |||
{{ #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. | |||
}} <!--INSERT TESTS HERE --> {{TestPlan_Test | |||
|Test={{ #vardefineecho: SubCycle | {{ #expr: {{ #var: SubCycle }} + 0.01 }} }} | |||
|Action=The actions to follow | |||
|Result=The expected result | |||
|Remarks= | |||
|PassFail= | |||
}} {{TestPlan_Test | |||
|Test={{ #vardefineecho: SubCycle | {{ #expr: {{ #var: SubCycle }} + 0.01 }} }} | |||
|Action=The actions to follow | |||
|Result=The expected result | |||
|Remarks= | |||
|PassFail= | |||
}} {{TestPlan_Test | |||
|Test={{ #vardefineecho: SubCycle | {{ #expr: {{ #var: SubCycle }} + 0.01 }} }} | |||
|Action=The actions to follow | |||
|Result=The expected result | |||
|Remarks= | |||
|PassFail= | |||
}} {{TestPlan_CycleFooter}} | |||
<!-- MEDIA LANDSCAPE NO --> | |||
{{Doc_AppendixNew | |||
|Appendix=A | |||
|Estimate=Y | |||
|Glossary=EPOD | |||
|Ref1=Reference1 | |||
|RefV1=0.1 | |||
|RefDate1=01/01/2011 | |||
|REQ=0 | |||
|EST=0 | |||
|FS=0 | |||
|TS=0 | |||
|DEV=0 | |||
|ST=0 | |||
|IMP=0 | |||
|PM=0 | |||
|Client={{#var:Client}} | |||
|Year={{#var:Year}} | |||
|FSEST=Y | |||
|Rev1=Rev1 | |||
|Rev1Title=OBS Project Manager | |||
|Rev2=Rev2 | |||
|Rev2Title=Customer Representative | |||
}}</div> | |||
[[Category:{{#var:Client}} FS]] |