Tag JMeter

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…

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…

Using Selenium with JMeter

To use Selenium Webdriver with JMeter, install “Webdriver” plugins. The WebDriver sampler is useful if you want to test for performance AJAX or GWT based web applications. Download WebDriver plugins from Unzip the files and copy in the lib…

JMeter Tuning Tips

Context You require to do Load test that requires thousands of thread. How will you configure JMeter so that JMeter performs well without any issues? Issues that you normally encounter with JMeter when using large number of threads are Out…

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…

Whats new in JMeter 2.9

Its been quite some time since JMeter 2.9 is available. There have been few notable changes in the new version of JMeter. JMeter can now handle different types of documents (PDF, MsOffice files, Apache OpenOffice’s files…) within different elements.  What…