Data driven testing per request without using data file
2 min readMar 18, 2021
--
Create a environment variable called “csv” and copy the below content and paste it as value:
username,password,error_message,error_code
username1,password1,errormessage1,errorcode1
username1,password1,errormessage1,errorcode1
Now in pre-request add :
//we use variables as it will get destroyed after the run . So if…