Creating a Test Case
Test cases, being a collection of tasks, represent a specific workflow to validate the functionality of the application under test.
To create a test case:
- Click the Develop > Test Cases.
The Test Cases screen appears. - On the left pane, select a required scenario in which you wish to create a test case.
You can create a new scenario or use an existing scenario for the test case.
For more information about creating a scenario, please refer to the Creating a Scenario section. - On the right pane, click New.
- Enter Test Case Name, Description, and Manual TC ID, along with File Name fields respectively.
The File name field is not editable once the test case is saved. - Click OK.
- Click New to create a task under the created Test Case.
For more information about this, please refer to the Creating a Task section. You can also reuse an existing task by using Import Task feature.- You can modify the tasks associated with the selected test case. Click Add Step/Remove Step to add or remove step from the selected task.
- During step creation process, you can provide the test data against the steps depending on the Action selected. You have the choice to enter static or parameterized data.
- You can also change the sequence of Task or Step within the task. To change the sequence of a specific task, select the task and use Up/Down.
- Similarly, the sequence of the any step within the task can also be changed. Select the step and use the Up/ Down to change it's order.
- Click Save to save the test case.
The test case gets added to the selected scenario in the left pane. - Click Run to quickly execute a test case to verify that test case meets the desired test requirement.
The test execution report gets populated to analyze the test results.