Reputation: 19
I tried to run Thread group with below details:
Scheduler box: checked
The thread group is for Login transaction and has 57 samples. When I hit Run, the entire thread doesn't run for 1800 sec but for 84 sec
Is there anything I need to check or configure before run?
Upvotes: 1
Views: 203
Reputation: 58774
In order to use Duration
you need to check Loop count as Forever
in Thread Group
It may seems off, but it will stop executing right after it reach duration time
By default, the thread group is configured to loop once through its elements.
Upvotes: 1