Create Dataset from CSV
The first step is to upload your test data as a CSV file.
Navigate to Datasets: From the main navigation menu on the left, select Dataset.
Initiate Creation: Click the Create New button. An "Upload Test Data" modal will appear.
Upload the CSV File:
Provide a descriptive name for your dataset (e.g.,
LoginCreds
).Click Choose CSV File and upload the CSV.
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.
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