RJM
RJM

Reputation: 311

Delay time between transactions

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

Answers (2)

vikas
vikas

Reputation: 506

Add "Constant Timer" after each "Transaction Controller" by giving delay of 5 sec.It is a simplest and easy approach for that. enter image description here

Upvotes: 3

Kaushlendra Jha
Kaushlendra Jha

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)enter image description here

Upvotes: 0

Related Questions