Variables allow you to insert dynamic values into your test steps. This is useful when tests need unique data for each run—like generating a unique email address or username.
Available Variables
| Variable | Description | Example Output |
|---|
{{unique}} | Generates a unique number | 1736875200000 |
More variables are coming soon. Check back for updates on additional dynamic values you can use in your tests.
How to Use Variables
Add variables directly in any input field during test creation:
- When filling out test details, include the variable in any text input
- Example: Enter
testuser_{{unique}}@example.com as an email address
Adding Variables in Edit Mode
You can also add variables to existing tests:
- Open your test and click Edit Mode
- Edit any step to include a variable in the input field
- Save your changes
Example Use Cases
- Unique email addresses:
signup_{{unique}}@test.com
- Unique usernames:
user_{{unique}}
- Unique form data:
Order #{{unique}}