Scenarios

Overview

A scenario is a high-level description of what you are testing. It consists of Steps that break down the scenario further, and Assertions that serve as validation criteria. A scenario can only be considered a success if it meets the validation criteria. Otherwise, it will be tagged as failed.

Create a new scenario

To create a new scenario, follow these steps:

  1. Add a new scenario node.

  2. Enter a valid name of the new scenario in the Create/Select Scenario field.

  3. Optional. Add a description for your scenario.

To add steps and assertions to your scenario, see Create a Test Flow.

Rename a scenario

To rename a scenario, follow these steps:

  1. Select the scenario node.
  2. Enter a new name.
  3. Select Rename to <new name>.
  4. Click Rename on the popup window.

The scenario with a new name is displayed.

Clone a scenario

To clone a scenario, follow these steps:

  1. Select the scenario node.
  2. Enter a new name.
  3. Select Clone to <new name>.
  4. Click the Clone button.

The cloned scenario replaces the older scenario.

Delete a scenario

To delete a scenario, hover over the scenario you want to remove. An icon will appear. Click on this icon and select Delete.

A confirmation popup window will be displayed. Click the Remove node button.

Scenario usage

In the scenario usage tab, all the flows using the selected scenario node are displayed.

When the hyperlink is clicked, a new tab will open displaying the selected flow.