Home > Load Testing

How to use Non GUI mode in JMeter

JMeter provides simple and user friendly GUI to users. Using the JMeter GUI mode user can use elements like Thread Group, samplers, Processors, Controllers, Timers etc. JMeter GUI mode also gives the facility to view and analyze the result of the script using different types of Listeners. Apart from the above

This Article is TAGGED in , . Read more

JMeter Tutorial

JMeter is an open source platform independent tool released on 15th Dec 1998. It was developed by Stefano Mazzocchi of the Apache Software Foundation. JMeter is mainly used for load testing along with API testing. Installation and Introduction of JMeter Install and Launch JMeter on Windows JMeter sample script JMeter Components Core JMeter Components and

This Article is TAGGED in , . Read more

Extract data from Response in JMeter using Regular Expression Extractor

Regular expression extractor is a post processor component used to extract required data from the response body. Consider an example where we want to extract 'title' value from the response body. Using 'Regular Expression Extractor' title value can be extracted. Details of the fields used in above Regular Expression Extractor(RE): Name given to the

This Article is TAGGED in , . Read more