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]