InterviewSolution
Saved Bookmarks
| 1. |
Discuss Gaussian and Poisson Timers. |
|
Answer» JMeter sends requests immediately, with no latency between samplers or requests. Your server will be overburdened if you perform load/stress testing immediately. Then it won't be able to PROVIDE you with realistic FINDINGS and won't be able to mimic real-world user traffic. JMeter Timers are the answer to all of these ISSUES. To apply a wait between each sampler/request, a timer element can be added to a test plan. Both Gaussian and Poisson Timers are based on a mathematical FORMULA with a constant delay and offset.
|
|