Open Scenario Settings from the gear icon at the top of the Scenario Editor panel.

General #
Add a description for the scenario. The description appears as a tooltip when hovering over the scenario name.
User Variables #
Define Key-Value pairs to reuse during scenario execution.
The tab shows variables added to the current scenario and those imported from Common Scenarios.
Adding variables #
- Click + Add.
- Enter Key and Value.
- Click Save.
General #
Add a description for the scenario. The description appears as a tooltip when hovering over the scenario name.
User Variables #
Define Key-Value pairs to reuse during scenario execution.
The tab shows variables added to the current scenario and those imported from Common Scenarios.
Adding variables #
- Click + Add.
- Enter Key and Value.
- Click Save.
Rules #
- Key: No spaces, no duplicates, case-sensitive
- Value: Can be empty
Editing and deleting #
- Edit: Change the Key or Value, then click Save.
- Delete: Click the delete button, then click Save.
Encryption #
Encrypt sensitive data like passwords using the lock icon. Encrypted values display as ****.
When editing, the existing value is deleted and a new value must be entered.
Usage #
Insert ${Key} in the scenario to substitute its Value during execution.
- Example: If Key =
ageand Value =34, then${age}resolves to34at runtime.
For more details, see Working with Input Data.
Runtime #
Wait for Navigation #
Maximum wait time for screen transitions to complete. Prevents errors caused by steps executing too early during transitions.
- Default: 3,000ms (3 seconds)
- Set to 0 to disable.
Self-Healing #
When a step fails during Motion actions due to transition delays or UIObject recognition errors,
the system automatically returns to the previous step and retries.
D2D Test #
Configure device roles for Device-to-Device testing.
Setting up roles #
- Toggle Role Settings on.
- Enter a Role Name (e.g.,
sender,receiver). - Select a device for each role.
- No devices connected: Select
Random / AndroidorRandom / iOS. - Devices connected: Select a connected device directly.
- No devices connected: Select
Add up to 4 roles. Click the delete button to remove a role.
