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

  1. Navigate to Tests and either:
    • Create a New Test, or
    • Select an existing test to edit.

Step 2: Add Variables

  1. Click the Variables button at the bottom left.
  1. Enter a Variable Name and its Value.
  1. Click + Add to save it.

Step 3: Use Variables in Test Steps

  1. When adding a Step, wrap the variable in dollar signs.
  2. Example:
    • enter $email$ in email field
    • enter $password$ in password field

Step 4: Save and Run the Test

  1. Click Save Test to apply the changes.
  2. Run the test, and the variable values will be dynamically inserted.