Re: Simulate Think Time

2022-07-01 Thread Dmitri T
If you're simulating "Think Time" usingJMeter Timers be aware that they: 1. Obey JMeter Scoping Rules 2. Are executed *before* each Sampler

Re: Simulate Think Time

2022-07-01 Thread Malachi Mcintosh
Hi Tong, " However, I put only one such Think Time but *every *single request is now delayed, because it is actually *at the thread group level*. " What element(s) are you using to simulate Think Time? You can not just use Timer elements on their own. " - I.e., if a]] single click of

Re: Simulate Think Time

2022-07-01 Thread Tong Sun
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

Re: Need help with User Defined Variables

2022-07-01 Thread Robin D. Wilson
Thank you all. I am following your advice, and it is working for me. -- Robin D. Wilson CELL: 512-426-3929 rwils...@gmail.com On Fri, Jul 1, 2022 at 1:29 AM Dmitri T wrote: > As per documentation > < > https://jmeter.apache.org/usermanual/component_reference.html#User_Defined_Variables > >: >

Re: Need help with User Defined Variables

2022-07-01 Thread Dmitri T
As per documentation : Also, the variables are not available for use until after the element has been processed, so *you cannot reference variables that are defined in the same element*. You can reference