JMeter

Performance testing of any application helps in identifying the performance bottlenecks in the application and hence, considered very critical to the success of any application. Here, we have compiled all the tutorials related to performance testing concepts and tools.

Memory Units of Computer

Memory Units of Computer

The computer memory stores data and instructions for the CPU to retrieve access quickly. The computer won’t function properly without a memory. It has two ...
Read more

Latest on JMeter

api testing using jmeter

API Testing using JMeter

Photo of author

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

Correlation in JMeter

Photo of author

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

Parameterization in JMeter

Photo of author

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 ...

record and playback in jmeter

Recording in JMeter

Photo of author

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

Performance Testing of Websites Using JMeter

Photo of author

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

Post Processors in JMeter

Photo of author

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

Pre Processors in JMeter

Photo of author

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 ...