The test case status during the test designing phase signifies the current state of the test case. Therefore, it's helpful for the team to take an action based on it. The test status during the test design phase can vary and be any of the following:
- Draft/In Progress: As the name suggests, when the test case is still under the designing phase and is incomplete, its status is marked as Draft.
- Ready for Review: Once the tester has finished adding the details in the test case and it's good to undergo review, the status can be set as Ready for Review.
- Review Completed: Once the test case has been peer reviewed, its status can be updated as Review Completed.
- Ready/Not Executed/No Run: The test case can be marked as Ready to ...