After the test team understands the requirements of the project, the test plan is prepared and approved. Now, the test team can start the test design phase—this phase requires the test team to create the test scenarios and test cases. In cases where automation testing is involved, a testable version of the product becomes available, which leads to the creation of the test scripts as well.
The test case should briefly describe the purpose of the test, user actions, and the expected results as a result of those actions. The following are the details that are added while creating a test case:
Test Case Field |
Description |
TC-ID |
A test case ID helps you identify test cases uniquely. Usually, it is added by the testing tools. However, testers can also add a unique ID to segregate test cases from one another in test suites. |
Title |
This includes... |