Jmeter – Counter Config Element With Example

Apache JMeter has many different configuration elements and counter is one of the configuration element of JMeter. Counter config element allows you to set a counter and then you can use it’s reference anywhere in your thread group of your software load test plan. Let’s understand how to add and configure counter in your software load test … Read more

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