Re: How to run specific calls at an interval of every 5 minutes

2023-04-24 Thread Jun Zhuang
As Tong said the feature is very basic but it might be easier to debug if you just run with 1 thread and remove everything else but the following. S1_Simple controller_LOGIN               Test case1_login again for debugging purpose, you should use an interval of something like 5 seconds

Re: How to run specific calls at an interval of every 5 minutes

2023-04-24 Thread Tong Sun
On Mon, Apr 24, 2023 at 9:14 AM Sunil Malgaya wrote: > > JMeter experts, > > > > I have a need where I need to run a login call at the interval of 5 minutes > only (unlike every virtual user who keeps running them continuously). This > is how my test plan looks: > > > > S1_Simple controller_LOGIN

Re: How to run specific calls at an interval of every 5 minutes

2023-04-24 Thread Dmitri T
Sunil Malgaya wrote: JMeter experts, I have a need where I need to run a login call at the interval of 5 minutes only (unlike every virtual user who keeps running them continuously). This is how my test plan looks: S1_Simple controller_LOGIN Test case1_login

How to run specific calls at an interval of every 5 minutes

2023-04-24 Thread Sunil Malgaya
JMeter experts, I have a need where I need to run a login call at the interval of 5 minutes only (unlike every virtual user who keeps running them continuously). This is how my test plan looks: S1_Simple controller_LOGIN Test case1_login Test case2_landing