Hi Sebb, Actually I have two requests R1 & R2, want to introduce some delay before sending the R2 to the server.
So in this case also do need to add the timer as child ? Thanks in advance, Jitendra -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 4:12 PM To: JMeter Users List Subject: Re: Regarding constat timer On 20/06/2008, Jitendra Kumar Mohanty <[EMAIL PROTECTED]> wrote: > Hi > > I want to introduce delay between two requests can any body pl. tell me > which one is the best way to do. > > i. Adding of Constant timer as a child of 1st request. > > Or > > ii. Adding the Constant timer after the 1st request. > Neither, because timers are processed before any samplers in scope. Either: Add the timer as a child of the second request. Or: Use Test Action sampler. > Thanks Much, > Jitendra > > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

