Reputation: 31
using jmeter I am trying to insert the data from csv file using csv data config but it is reading only first row and unable to read from the second row. please help
Upvotes: 0
Views: 2706
Reputation: 168162
If you are using CSV Data Set Config - you need to add iterations either at Thread Group level
or using Loop Controller. See Using CSV DATA SET CONFIG guide for comprehensive information on JMeter tests parameterisation using CSV files.
An alternative solution is __CSVRead() function which returns a value from CSV file each time it's being called.
Upvotes: 1