I am running API load test using JMeter. In which I am using a CSV file to pass the data.
API :
CSV :
CSV file :
Issue: JMeter always picks the rows which have isExternal = true and skips all the rows with isExternal as false. This is something weird behaviour I am facing. Can anyone please explain the reason behind it?
CodePudding user response:
For me it doesn't:
Double check that:
- Delimiter in the CSV file matches the one you set in the CSV Data Set Config
- Location of the CSV Data Set Config (i.e. Scoping Rules might have impact)
- jmeter.log file doesn't have any suspicious entries, it would be also a good idea to enable debug logging for the CSV Data Set Config