> The first scenario has a loop count of 10, wouldn't that also load 100 No . The number of threads in the threadgroup is the maximum number of connections the server will see at any point. The loop simply iterates but at any given time not more than 10 requests will be made in parallel.
>there are instances where a thread used usernameA, PasswordA, but used DataC Can you print out using a debug sampler + view results tree? Im assuming you are using a CSV data set config regards deepak On Fri, Nov 19, 2010 at 4:40 AM, cal0y <[email protected]>wrote: > > The first scenario has a loop count of 10, wouldn't that also load 100 > threads to the server? > > Anyway, my real problem is this: > > I use a csv file for the test plan with a format like this: > usernameA,PasswordA,DataA > usernameB,PasswordB,DataB > usernameC,PasswordB,DataC > . > . > usernameJ,PasswordJ,DataC > > When i use the 1st scenario where i loop the test plan, there are instances > where a thread used usernameA, PasswordA, but used DataC. I don't seem to > have this problem when i just increase the number of threads and increase > the ramp up time. > > Is there something wrong about the way i used the csv file? > > Thanks > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Loop-Count-vs-Number-of-Threads-tp3272154p3272238.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] > >

