A Common Scenario lets you define a set of repeated actions once and reuse them across multiple scenarios.
The core concept and usage are the same as in Stego Desktop.
Example: Testing an app that requires login
- Create the login flow as a Common Scenario
- Reuse that Common Scenario in any scenario that requires login
- Avoid rebuilding the same login steps every time
A Common Scenario can only be used within the same folder.
Any scenario that includes a Common Scenario cannot itself be converted into a Common Scenario.
Create a Common Scenario #
First, create a regular scenario and define the repeated steps you want to reuse across scenarios. Then convert it into a Common Scenario using one of the methods below.
Option 1. Right-click conversion
- Right-click the scenario.
- Click Move to Common Scenario.
Option 2. Drag and drop
- Drag the scenario.
- Drop it into the Common Scenario panel.
Using a Common Scenario works the same way as in Stego Desktop.
For detailed examples, see Stego Desktop Guide > 10.0. Scenario Examples.
