0 votes
in Jmeter by
Name a few timers in JMeter. For what purpose they are considered?

1 Answer

0 votes
by
Some of the common timers used in the JMeter are:

Synchronizing timer
Uniform random timer
Gaussian random timer
Constant timer
Many times test gassing of a thread needs to be stopped for a specific time. Timers are used for the same purpose. They are capable to simply simulate the real user thinking time.
...