Reputation: 151
Hi I am new to JMeter.
Thank you for your response in advance.
Upvotes: 0
Views: 954
Reputation: 3605
Assuming that you have one thread group, with n threads, what you describe is the default behavior of CSV data set
when you set the sharing mode
to All threads
. Every thread, will pickup the customer id from next line of the file.
Please see following link for details.
http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config
Upvotes: 1