Skip to content

Test data

Test Data allows you to store and reuse information — such as credentials, payment card details, files, and other values — across tests using parameters.

Test Data can be attached to a test via the UI, or referenced inline using @, which triggers a contextual menu showing available variable and asset names.


Variables are local parameters typically used within a specific test.

To create a variable:

  1. While creating a test, click the + icon.
  2. Select Variables.
  3. Click Create variable.
  4. Enter the variable name and value.

Secrets are global parameters generally used for sensitive information such as passwords or API keys.

To create a secret from the test creation flow:

  1. While creating a test, click the + icon.
  2. Select Secrets.
  3. Click Create secret.
  4. Enter the secret name and value.

Create secret from test flow

To create a secret from Test Data:

  1. Navigate to test data.
  2. Open Secrets.
  3. Click Create secret.

Create secret from test data page


Assets are files that can be uploaded and used in tests, such as images required during execution.

To add an asset:

  1. Navigate to Test data.
  2. Open Assets.
  3. Click Add asset.
  4. Upload the required file.

Create secret from Test Data page