Sashi
Sashi

Reputation: 151

Use JMeter to simulate multiple simultaneous requests

Hi I am new to JMeter.

Thank you for your response in advance.

Upvotes: 0

Views: 954

Answers (1)

Manish Sapariya
Manish Sapariya

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

Related Questions