Hi,

Found a problem applying simulated Think Time --


   - I don't want the simulated Think Time be calculated/included in my
   response time
   - So I put it after my request, not under it
   - However, I put only one such Think Time but *every *single request is
   now delayed, because it is actually *at the thread group level*.
   - That in turn caused a bigger problem for me, as I only want Think Time
   delay *after *each of my *transactions*, but not the requests
*within  *those
   transactions.
   - I.e., if a single click of "submit" contains several requests, I want
   those requests executed without any delay, but only do Think Time after
   all those requests are done.

How to achieve all of the above please?


On Sun, Jun 5, 2022 at 12:15 PM Deepak Goel wrote:

> *Uniform Random Timer*
>
> Deepak...
>
> On Sun, Jun 5, 2022 at 8:25 PM Tong Sun wrote:
>
> > What's the best way to simulate Think Time?
> >
> > Say I need a random wait time between 2~8 seconds between each of my
> > transactions, what's the best control to do that?
> >
> > Thanks!
> >
>

Reply via email to