Platform
Using Variables in a Test
How to add and use variables in Revyl AI tests.
Variables allow you to dynamically insert values into your test steps. This helps when working with credentials, dynamic inputs, or data-driven tests.
Step 1: Edit or Create a New Test
- Navigate to Tests and either:
- Create a New Test, or
- Select an existing test to edit.
Step 2: Add Variables
- Click the Variables button at the top right.
- Enter a Variable Name and its Value.
- Click + Add to save it.
💡 Tip: Use variables for reusable test data such as passwords, emails, or dynamic fields.
Step 3: Use Variables in Test Steps
- When adding a Step, wrap the variable in
$variableName$
. - Example:
enter $email$ in email field
enter $password$ in password field
Step 4: Save and Run the Test
- Click Save Test to apply the changes.
- Run the test, and the variable values will be dynamically inserted.
By using variables, you can make your test cases more flexible.