See: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Once_Only_Controller
Try removing the Recording Controller, or at least move the Once Only controller outside its scope. S. On 22/09/05, Łukasz Żebrowski <[EMAIL PROTECTED]> wrote: > Hi, > My test plan looks like this: > > Thread Group (number of threads: 3, loop count: 3) > ---Recording Controller > --- Once Only Controller > ---JavaRequest > --- HTTP Request1 > --- HTTP Request2 > --- HTTP Request3 > --- HTTP Request4 > --- HTTP Request5 > --- HTTP Request6 > --- ... > > > Do you have idea why JavaRequest is executed for each user in each > iteration? I suppose it should be run only once in first iteration for > each user. > > Greetings, > Łukasz Żebrowski > > >

