...
Test Case Specification Template
- Test Case Name: define the name of the test case
- Test Case ID: give an identity for the test case
- Objective: describe the aim of the test case
- Functionality: provide function description or high-level test process
- Test Item: list all sub-test cases under the test case
- Test item 1
- ……
- Test item XXX
- Environmental requirements : describe what environment we need to prepare for executing the test case
- Scenario dependencies: describe what we need to deploy before execution of the test case
- Preconditions and Procedural requirements: describe what pre-step we need to do before execution of the test case
- Input Specifications: specify the input parameters for the test case
- Output Specifications: specify the output parameters for the test case
- Pass/Fail criteria: specify the criteria for whether the test case passes or not
- Test Reporting: specify requirements for the test result report
...