Reputation: 33
Please check the below steps I followed in my test.
First, created a CSV file with the username and password. I have done this in a text editor, and saved as .CSV file. My CSV Looks Like:
username password
user 1 pwd 1
user 2 pwd 2
And I placed in the Specific path and I have mentioned in the same path in CSV Data Set Configuration steps.
File Name : mentioned full path of the file.
Variable names : username,password
Delimiter : ,
Next I Have defined the below changes in HTTP Request
username with ${username}
password with ${password}
After running the test, the passed user logins are not taking from the script and the test got failed.
please guide me if some where am wrong.
Upvotes: 0
Views: 987
Reputation: 669
Here's how your input file and Jmeter item should look like:
Upvotes: 1
Reputation: 168082
\t
Other bits look good.
You may also want to check out Using CSV DATA SET CONFIG guide and __CSVRead() function.
Upvotes: 0