Latest on JMeter

Performance Testing of FTP Servers using JMeter
By Kuldeep Rana
In this tutorial, we will be studying the creation of a FTP Test Plan in JMeter. We will see the different test plan elements required ...

Performance Testing of Database using JMeter
By Kuldeep Rana
In this tutorial, we will be studying the creation of a Database Test Plan in JMeter. We will see the different test plan elements required ...

SOAP Web Service Load Testing using JMeter
By Kuldeep Rana
In this post we’ll see how to test a SOAP web service in JMeter. Using JMeter, we can do both functional testing as well as ...

API Testing using JMeter
By Kuldeep Rana
Nowadays, REST (Representational State Transfer) has become the most widely used model for web service implementation. It is lightweight, not strongly typed and unlike SOAP ...

Correlation in JMeter
By Kuldeep Rana
What is correlation and why it is required? Correlation is the most important aspect of scripting. It usually includes fetching dynamic data from preceding requests/calls ...

Parameterization in JMeter
By Kuldeep Rana
What is Parameterization and why it is required? Parameterization is the technique using which we can execute a test plan multiple times with a different ...

Recording in JMeter
By Kuldeep Rana
In this tutorial ,we will study the recording of HTTP or HTTPS requests in JMeter using HTTP(S) Test Script Recorder (or HTTP Proxy Server in older versions ...

Performance Testing of Websites Using JMeter
By Kuldeep Rana
In this tutorial, we will be studying the creation of a Performance Test Plan for Web Applications using which we can do performance testing of ...

Post Processors in JMeter
By Kuldeep Rana
What are Post Processors in JMeter? The Post Processors are the test plan elements that are used to perform certain actions after the processing of ...

Pre Processors in JMeter
By Kuldeep Rana
What are Pre Processors in JMeter? The Pre Processor elements are used to modify the sampler requests before their processing(hence the name pre-processor).How to add ...