Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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:

  1. Click the Develop > Test Cases.

The Test Cases screen is displayed.

  1. 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. Refer to Creating a Scenario section for procedure on creating a scenario. 

  1. On the right pane, click New Test Case.
  2. Enter the details namely, name of the test case, description, manual test case ID, file name in the 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.
  3. Click OK.
  4. Click New Task to create a task under the created Test Case.

Refer to the Creating a Task section for the procedure on creating a new task. You can also reuse an existing task by using Import Task feature. 
There should be at least one task under every test case.  

  1. 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.
  2. 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.
  3. 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 click Up/Down to change the sequence of the selected task.
  4. Similarly, the sequence order of the Step within the task can be changed by selecting a specific Step and using Up/ Down to change the order.
  5. On the right pane of the Test Cases screen, click Save.

The test case gets added to the selected scenario in the left pane.

  1. 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. Refer to Test Execution Report format for details.
Refer to Updating a Test data for the procedure on creating a new task. You can also reuse an existing task by using Import Task feature. 

  • No labels