Versions Compared

Key

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

A scenario in Qualitia is a collection of test cases

. The purpose of creating a scenario is to modular the features within

, which are part of the same module of the application under test

and to associate the related test cases to the appropriate scenario. Multiple test cases can be assigned to a single scenario in a Qualitia project

(AUT). 

For example, User Management is a module in your AUT, then you can create a scenario in which you can define multiple test cases that automates the scenarios such as adding a user, editing a user, deleting a user, and so on.

Adding a Scenario

Perform the following steps to add a scenario.

To add a scenario:

  1. From the Collapse Menu, click Develop.
    The Test Cases tab opens as shown in the following:

  2. On the left pane, click the Add scenario button ().
  3. Enter Scenario Name and Scenario Description.
  4. Click Save
  5. The desired scenario is created in which you can now add new test cases. 

Editing a Scenario

Perform the following steps to edit a scenario.

To edit a scenario:

  1. From the Collapse Menu, click Develop.
    The Test Cases tab opens.
  2. On the left pane, right-click the scenario that you want to delete and select Edit Scenario.
  3. To know how to edit a scenario, refer to Adding a Scenario.

Deleting a Scenario

You cannot delete a scenario that contains a test case.  If you do not want a scenario, you can move all the existing test cases of the scenario to another scenario, and then delete the that scenario.

To delete a scenario:

  1. From the Collapse Menu, click Develop.
  2. Click the Scenarios tab.
  3. On the left pane, right-click the scenario that you want to delete, and select Remove Scenario.

On the Page:

Table of Contents