This section introduces Common Scenarios, which are reusable scenarios designed for repetitive tasks.
Instead of recreating the same sequence of actions in multiple scenarios,
you can define it once as a Common Scenario and reuse it across scenarios within the same folder.
Example Use Case – App Login
- Create the login process as a Common Scenario.
- Insert the Common Scenario into other scenarios that require login.
- This prevents duplication of effort and ensures consistency.
Usage Notes
- Common Scenarios can only be used within the same folder.
- A scenario that already contains a Common Scenario cannot itself be converted into a Common Scenario.
Create Common Scenarios #
- Create a regular scenario and add the repetitive actions you want to reuse.
- Convert the scenario into a Common Scenario using one of the following methods:
- Method 1: Right-click the scenario and select Move to Common Scenario
- Method 2: Drag and drop the scenario into the Common Scenario panel.
To learn more about Common Scenarios, see [Stego User Guide > 10.0. Scenario Examples].