The Proxy does not have the option to add timers. Feel free to raise an enhancement request via Bugzilla.
However, if you add a Listener to the Proxy, it will capture the requests. You can save these to a CSV file. You can then use the timestamp differences to decide what timers might be needed (remember to factor in the elapsed time). On 08/03/2010, Deepak Shetty <[email protected]> wrote: > I dont think you can do this at record time , you have to manually add the > timer (though you can add a timer which is in scope for all requests) > regards > deepak > > On Mon, Mar 8, 2010 at 3:49 AM, Marco Laponder > <[email protected]>wrote: > > > > HI everyone, > > > > > > > > I am trying to simulate the behaviour of a user of our webapplication. I > > was able to record the requests by using the proxy mechanism of jMeter. > > So far so good, but what I would also like to accomplish is to simulate > > the user delay between the requests, so if the user waits five seconds, > > I would like to be able to wait 5 seconds when I am running the recorded > > tests (with a random deviation of possible). I would like such delays > > based on the recorded request by the http proxy. > > > > > > > > Is this possible or do I need to add manually delays to my test ? > > > > > > > > Kind regards, > > > > Marco > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

