JMeter – Put Constant Timer Under Request

We already learnt usage of constant timer parallel to requests to pause threads on all requests for given amount of time in my earlier post. Also you can put constant timer under specific request of your software load test plan to pause thread on that specific request for given amount of time. Let’s learn how to … Read more

JMeter – Constant Throughput Timer Example

This guide will show you how to use the JMeter Constant Throughput Timer to control request rates in your performance tests. You’ll learn how to configure it step-by-step to maintain consistent load and ensure accurate test results. Constant throughput timer in jmeter is one of the mostly used timer in jmeter software load test plan. … Read more

Using Uniform Random Timer As A Constant/Random Timer

We already learnt about what is about uniform random timer and how to use it in your software load test plan in my earlier posts. As you know, uniform random timer has parameters called constant delay offset and Random delay maximum. So if you will set only constant delay offset and run your software load test … Read more

JMeter – Using Uniform Random Timer Under Request

Now you already knows what is uniform random timer and how it works in software load test plan as we have already discussed all those things in previous posts. So i will not detail it more now. Let’s move to practical example directly. Here we wants to see how uniform random timer behaves if we put … Read more