Test Case Template - Software Testing Tutorial
Test Case Template
- A document that contains an organized list of test cases for different test scenarios to check whether or not the software has intended functionality.
- A test case is a step by step procedure carried out to test a specific feature of an application
- Other than the executable steps, test case also contains preconditions for testing, test data provided, expected outcome and actual result.
- A tester can judge the success of test case by comparing expected result versus actual result to check if the application is functioning as per the customer requirements.
Test case template must have the following fields:
Test Case Field | Description |
---|---|
Test case ID | Each test case should be represented by a unique ID. To indicate test types follow some convention like “TC_UI_1” indicating “User Interface Test Case#1.” It is useful while executing the test |
Test Priority | Low Medium High |
Name of the Module | Determine the name of the main module or sub-module being tested |
Test Designed by | Tester’s Name |
Date of test designed | Date when test was designed |
Test Executed by | Who executed the test- tester |
Date of the Test Execution | Date when test needs to be executed |
Name or Test Title | Title of the test case |
Description/Summary of Test | Determine the summary or test purpose in brief |
Pre-condition | Any requirement that needs to be done before execution of this test case. To execute this test case list all pre-conditions |
Dependencies | Determine any dependencies on test requirements or other test cases |
Test Steps | Mention all the test steps in detail and write in the order in which it requires to be executed. While writing test steps ensure that you provide as much detail as you can |
Test Data | Use of test data as an input for the test case. Deliver different data sets with precise values to be used as an input |
Expected Results | Mention the expected result including error or message that should appear on screen |
Post-Condition | What would be the state of the system after running the test case |
Actual Result | After test execution, actual test result should be filled |
Status (Fail/Pass) | Mark this field as failed, if actual result is not as per the estimated result |
Notes | If there are some special condition which is left in above field |
Test Case Template
- To download the test case sample template.Click Here