Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

  1. appears.
  2. On the left pane, select a required scenario in which you wish to create a test case.

...

  1. (warning) You can create a new scenario or use an existing scenario for the test case.

...


  1. For more information about creating a scenario, please refer to the Creating a Scenario section

...

  1. . 
  2. On the right pane, click New Test Case.
  3. 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 File Name fields respectively. The file
    (warning) The File name field is not editable once the test case is saved.
  4. Click OK.
  5. Click New Taskto create a task under the created Test Case.

...

  1. For more information about this, please refer to the Creating a Task section

...

  1. . 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
    click
    • use Up/Down
    to change the sequence of the selected task
    • .
    • Similarly, the sequence
    order
    • of the
    Step
    • any step within the task can also be changed
    by selecting a specific Step and using
    • . Select the step and use the Up/ Down to change
    the
    • it's order.
    On the right pane of the Test Cases screen, click Save
  1. Click Save to save the test case.
    The test case gets added to the selected scenario in the left pane.
  2. 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

...