Timers are applied to all samplers in scope, and are applied before the sampler executes.
On 23/08/07, Aditi Seth (adseth) <[EMAIL PROTECTED]> wrote: > Hi , > > I am trying to setup a test plan where each request has a delay > associated with it and each of these delays are different. > > Example > > Thread group > -simple controller > gaussian random timer Cannot tell where this is in the test plan. If it is the only child of the simple controller, then it will not apply to any samplers. If it is at the same level as the samplers below, then it will apply to all of them. > - login > - http request A ( delay 1 min) Where is the timer? > - http request B > - gaussian random timer ( delay 5 mins) Will apply to B only > - http request C > - gaussian random timer (delay 10 mins) Will apply to C only > > > Bascially, each user access page A every min, page B once in 5 mins and > page C once in 10 mins. And the login request needs to be shared between > these requests. > > I did try to add timers to each request , but the flow is sequential. > Request A is now delayed by sum of all these timers. > Do I need different thread groups for this scenario? Or is there any > other nice trick that I am missing. > > Thanks, > Aditi > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

