JMeter – Random Order Controller Example

Random order controller in apache jmeter is used to execute requests of jmeter software load test plan in random order. This is the only difference between simple controller and random order controller. We will learn usage of random order controller in jmeter software load test plan with example. Add Random Order Controller In Load Test … Read more

Jmeter Transaction Controller Example

Transaction Controller is one of the logic controllers of apache jmeter which is useful to measure over all time taken to perform complete transaction of any software web application’s load testing scenario. Example : Total time taken to place online order on any eCommerce software web application. This includes all the requests which are required … Read more

JMeter – Constant Timer Usage Parallel To Request

Constant Timer is very useful element of JMeter software load test plan as it allows you to pause each thread for same amount of time when executes the requests. You can add constant timer under controller and parallel to software load test plan’s requests if you wants to put pause on each request. Also you … Read more

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