Apache JMeter: Load and Performance Testing Made Simple

The performance, reliability, and usability of your software application are crucial factors in today’s fast-paced, competitive digital world. It is crucial to check how your application performs during both regular and peak usage since users expect a smooth and reliable experience when visiting and navigating your website. This is where load and performance testing using … Read more

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