How to use “loop controller” in jmeter with example

As you know, Apache jmeter has many logic controllers and loop controller is one of the mostly used controller in performance testing of software web application using jmeter. Apache jmeter’s thread group is it self loop controller and you can read about ‘Loop Count’ property of thread group in my previous post. So now your question … Read more

How to use Apache JMeter “Transaction Controller” to get total time of execution

As you know, Apache jmeter is performance testing tool and supporting many operation systems like FreeBSD,  Linux, Mac, Windows, Solaris Sparc, OpenVMS Alpha etc.. We can say that controllers are the main part of jmeter and they are very useful to control execution of jmeter script for load testing. Let me share use of “Transaction … Read more

Apache Jmeter “Switch Controller” With Example

“Switch Controller” is one of the Logic Controller of Apache Jmeter. As name suggest, You can switch your targeted software application page request to run using Switch Controller. You can set your required request id in Switch Controller to execute it so all other requests under Switch Controller will be neglected during execution. Let we look … Read more

Tutorials To Use “Runtime Controller” In Windows Using Apache Jmeter

I described “Interleave Controller” and “Once Only Controller” of Apache Jmeter in my previous posts. There are nearest 16 different logic controllers available in Apache JMeter and i will try to describe each of them in my upcoming posts. Let we look at “Runtime Controller” to see how it can help us for our software application … Read more