Balaji K
Balaji K

Reputation: 31

unable to read from the second row of csv file in jmeter

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

Answers (1)

Dmitri T
Dmitri T

Reputation: 168162

If you are using CSV Data Set Config - you need to add iterations either at Thread Group level

Thread Group - number of loops

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

Related Questions