If I understand right you are asking if the loops will keep going per individually per user thread: Yes the loop is for each user and does not care about other users. It will go forever in its own thread On Jul 3, 2012 11:24 AM, "Eric Jain" <[email protected]> wrote:
> If I have a thread group with n users and set the loop count to > "forever", n threads will be active (after ramp-up) at all time; > threads won't wait for all users to complete each iteration. Correct? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
