Guru
Guru

Reputation: 443

Loop Controler in jmeter with multiple users

I have scenario,the steps mentioned below:-

Step#1. Login to the application Step#2. Upload an excel file (It will display all the uploaded records in the page) Step#3. Need to click on each record one by one(Assuming that each file has 10 records)

NOTE:- Need to exceute the above steps with multiple users.

I have created a test plan as below:-

1.Login 2.Upload file(With CSV config which has upload file info) 3.Loop control(iterates 10 times,with CSV config which has record details,for clicking) 3.1.click on record

The problem am facing is,when i execute the above testplan with 10 users ,at any point of time only 1 user is exceuting in the loop control. Is there anything am missing here..

regards.

Upvotes: 0

Views: 1302

Answers (1)

Dmitri T
Dmitri T

Reputation: 168082

Could you be more clear in regards to expected results and share your CSV Data Set Config details? I'm particularly interested in Sharing Mode setting.

As per Using CSV DATA SET CONFIG guide

It is worth mentioning that every CSV Data Set Config is visible to all Thread Groups by default. If you need to use separate CSV Data Set Config for every Thread, you create a number of data files that you need and in every CSV Data Set Config set “Sharing mode” to “Current Thread”

Upvotes: 1

Related Questions