Timers apply to samplers only; it does not make sense to use them outside Thread Groups.
Try ThreadGroupA ThreadGroupB + OnceOnly Controller ++ TestAction delay 10000 rest of group B On 31/05/06, Nikita Tovstoles <[EMAIL PROTECTED]> wrote:
Hi, I have the following test plan: 1. ThreadGroup A 2. One-time-delay (const timer) 3. ThreadGroup B The intent of (2) is to ensure that at least one iteration in TG A completes before the first iteration of TG B is executed. (2) is large - 10 seconds. Yet what I am seeing is: 1. 10 second pause 2. ThreadGroup B executes one iteration 3. ThreadGroup A executes one iteration Are my expectations with regards to order of execution incorrect? If so, how can I ensure that that A executes at least once before B's initial execution? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

