Hi,

I am new to JMeter and trying to execute a load test on the application.
here is the scenario I want to test for 100 concurrent users.

1. Thread group having 100 threads.
    - Login with a username/password. I have specified a CSV data file which
has comma seperated username and password for each user.
   - another sampler which edits something which is posted by the logged in
user. This sampler also has a CSV data file which has data the user will
edit.

now the condition is to execute 2nd sampler is user who is currently logged
in should be the owner of the post. If not the request will fail. The order
of the two CSV data config files is same means.

I am trying to ramp up 100 threads in 10 seconds and the login is
successfull but What I observed is Jmeter is not loging the users in the
same sequence as mentioned in the file. because of this the second sampler
is failing.

If I increase the ramp up time to 100 seconds then it does login them
sequentially but then I wont be able to simulate the case of 100 concurrent
users.

Please suggest me how to achieve this in JMEter.

Your help is greatly appreciated.

Regards,
Ashish


-- 
View this message in context: 
http://www.nabble.com/Reading-CSV-Data-File-sequentially-tp20446794p20446794.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to