Reputation: 311
I have a JMeter script which has multiple Transaction controllers and each Transaction controllers have multiple samples. I want to implement 5 secs delay time between each transaction controllers. What is the right approach?
The script has n number of Threads.
Upvotes: 1
Views: 1345
Reputation: 506
Add "Constant Timer
" after each "Transaction Controller
" by giving delay of 5 sec.It is a simplest and easy approach for that.
Upvotes: 3
Reputation: 396
Add constant timer/Uniform random timer of 5 sec only in first sample of each transaction controller (no need to include in first sample of first transaction controller)
Upvotes: 0