Tag performance testing

New features in JMeter 2.13?

JMeter 2.13 is now here for sometime now. There are many new features in JMeter 2.13 . Some of the important and major enhancements are listed below. Following are the Major enhancements in JMeter 2.13 version. New Element – New Async…

What should a good Load Test report contain?

Load testing can be a complex activity, from understanding requirement, planning, defining the tests accurately to running them effectively. Reporting the load test is mostly overlooked. Load testing activity is not complete until the result is properly analysed, interpreted and…

jmeter-210_httpsrecorder

What’s new in JMeter 2.10

JMeter 2.10 has been released. There are few notable changes/improvements in the new JMeter 2.10. Some of the changes are listed below:   New CSS/JQuery Tester in View Tree Results A new CSS/JQuery tester has been added in view tree…

CLIF Framework

CLIF Load testing tool

Overview CLIF is a Java framework providing a generic infrastructure to generate load on any kind of system, and gather performance measurements (request response times, computing resources usage). It is Open Load testing platform 

Effective Performance Analysis

Successful Performance Analysis depends on the ability to identify bottlenecks in the application or system infrastructure. A bottleneck can be caused by any element on a page that is taking longer than other page elements to fully load, or it…

Distributed testing in Jmeter

You have reached the limit of one machine while doing your load testing and now want to distribute your load from different machines. In Jmeter it is commonly called as distributed load testing or remote testing. Distributed testing or remote…

Results Visualization using xsl stylesheet in JMeter

Using xsl stylesheet in JMeter with .jtl files Jmeter provide several .xsl files to visualize the result in human readable format outside JMeter tool. These are located in %APACHE_JMETER_HOME/extras folder jmeter-results-detail-report.xsl jmeter-results-detail-report_21.xsl jmeter-results-report.xsl jmeter-results-report_21.xsl 1. Open the Jtl file in…

JMeter – Transaction Controller

Transaction Controller The Transaction Controller generates an additional sample which measures the overall time taken to perform the nested test elements. Note that this time by default includes all processing within the controller scope, not just the samples; this can…