2
votes

I have analysed that Jmeter is reading data from csv file in sequential order only(from row 1 to end of line) but I wonder how Blazemeter will read values from csv file! Whether sequential or random order?

I am experiencing multiple login detected during login activity request performed via Blazemeter.

Can any one help me on this?

1

1 Answers

2
votes

In general BlazeMeter reads CSV files just exactly standalone JMeter does.

If you use > 1 JMeter engines it might be the case when 2 engines sending the same username/password combination. If this is something you would like to avoid you could use ${__P(InstanceID)} property as CSV file prefix or postfix so different JMeter engines could use different CSV files.

See How To Setup A Different CSV File For Each JMeter Engine? article for more details.