InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is A Timer In Jmeter And What Are The Types Of It? |
|
Answer» A JMETER THREAD by default will send requests CONTINUOUSLY without any PAUSE. To get a pause between the request, Timers are used. Some of the Timers used are Constant Timer, Gaussian Random Timer, Synchronizing Timer, UNIFORM Random Timer and so on. A JMeter thread by default will send requests continuously without any pause. To get a pause between the request, Timers are used. Some of the Timers used are Constant Timer, Gaussian Random Timer, Synchronizing Timer, Uniform Random Timer and so on. |
|