That's not how Thread Groups work. If you want to create a loop of requests that repeat within a Thread Group, you can use the LoopController, and put all your test cases under the same Thread Group, thereby getting the effect you seem to want.
-Mike On 31 Jan 2003 at 18:21, Marcello Atzeni wrote: > Hi, > I have a test plan with N thread groups. > I'd like to get jmeter to start each thread group only when all the requests > in the previous one have completed. > How can I achieve this? > Thank you, > Marcello > > > Marcello Atzeni > E-Business Solutions > ------------------------------------------ > Fst S.r.l. > Tel. +39 070 2466.3510 > Fax +39 070 2466.3111 > e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
