Performance Testing of Web Application

Performance testing is very important especially when it’s come to the business point of view. You may have seen these things when you surf the internet, like you click on the site and the site is continuously loading and loading, you searched something and the result take 5-10 minutes to display on the page, sometime … Read more

How To Use “Random Controller” In Apache Jmeter For Performance Testing

Apache Jmeter is performance testing tool and you need to customize your software web application test plan as per client’s requirement. Jmeter has many tools for test plan customization and one of them is Logic controllers. We will see more about other parameters of load testing tool jmeter but in this post let we look … 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