Using dataset in Test

Using a dataset variable is exactly the same as using any other type of variable (e.g., global or locally extracted variables.

Prerequisites

Step by Step guide to use dataset in Test

  1. Navigate to the Tests tab and click the Create New button.

  2. Enter a Test Name (e.g., Login Test).

  3. In the Describe Your Flow box, start typing your test scenario.

  4. To insert a value from your dataset, type { and select Add dataset column from the dropdown.

  5. Select the desired dataset (e.g., loginCreds) and then choose the specific column (e.g., username).

  6. Repeat this process for any other data points needed in your test.

  7. Click Save to create the test.

Last updated