Using a dataset variable is exactly the same as using any other type of variable (e.g., global or locally extracted variables.
You must have created a dataset. Refer these steps to create dataset.
Navigate to the Tests tab and click the Create New button.
Enter a Test Name (e.g., Login Test).
In the Describe Your Flow box, start typing your test scenario.
To insert a value from your dataset, type { and select Add dataset column from the dropdown.
Select the desired dataset (e.g., loginCreds) and then choose the specific column (e.g., username).
Repeat this process for any other data points needed in your test.
Click Save to create the test.
Last updated 10 days ago