Home > Performance testing

How to use XPath Extractor in JMeter?

XPath extractor is post processor component of JMeter. XPath extractor extracts text from the HTML response based on XPath query provided. To use XPath extractor in the Test plan we need to add it as a child element of HTTP Request sampler. Example to use XPath Extractor in JMeter Test plan Step 1:

This Article is TAGGED in , , , . Read more

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