Create Dataset from CSV

The first step is to upload your test data as a CSV file.

  1. Navigate to Datasets: From the main navigation menu on the left, select Dataset.

  2. Initiate Creation: Click the Create New button. An "Upload Test Data" modal will appear.

  3. Upload the CSV File:

    • Provide a descriptive name for your dataset (e.g., LoginCreds).

    • Click Choose CSV File and upload the CSV.

  4. Add the Dataset: Click the Add button. The platform will process the CSV and display the data in a structured table with columns and rows corresponding to your file.

Note : The CSV must contain a Scenario column

Example CSV File (credentials.csv):

Scenario,UserName,Password
Invalid,hello@fhf.hh,dddd
Valid,hello@fhf.hh,4566hj
Valid,hi@gmail.com,34rgth

Last updated