Hi, Instead of looping the whole threadgroup, you could add a loop controller inside to do the loops. Add your CSV config outside the loop controller and here is the deal.
Regards, Tibo On Thu, Mar 4, 2010 at 11:28, Andre Mud <[email protected]>wrote: > > Hello, > > I have a question regarding CSV datafiles. How do I set up a test with 10 > users where I have a login datafile with 10 entries and make sure that > every > user takes one line (userid) and stays with that line over iterations. I've > tried several things but when iterating over the file I see that for every > iteration a new line is picked from the file. > > With regards, > > Andre Mud > -- > View this message in context: > http://old.nabble.com/Unique-users-tp27779023p27779023.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] > >

