Data feature

Prev Next

The Data feature allows you to test multiple data patterns in a single scenario.

Creating a data table

  1. Navigate to the Data tab within the scenario.

  2. Select Upload CSV (UTF-8) or click New Data Table to create data from the UI.

    • After adding, you can add or modify data from the UI.

  1. Click the Save button to save the data.

    • You can save/cancel changes from the menu in the upper right.

    • You can undo changes using the arrow buttons.

Using the created data in a scenario

Values added to the Data tab can be used within steps for various purposes, such as text assertions, inputs, and page navigations. For example, it can be used for page navigation as follows.

Example usage for page navigation

  1. Open the Edit Step modal in a Visit step.

  2. Select Data from the dropdown list to the right of the URL property.

  3. Select the target data column.

    1. The data table headers will appear in the dropdown list, so select the column to use for the URL.

  4. Click Done and save the step.

Running a test with a data table

When you run a scenario that includes a registered data table, the test will be executed for each row in the table. You can check the results for each row by switching the dropdown at the top of the test execution results.