JMeter

JMeter Tutorial – All tutorial posts on the Performance Testing tool JMeter.

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

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

config element in jmeter

Config Elements in JMeter

Photo of author

By Kuldeep Rana

What are Config Elements in JMeter? Config elements in JMeter are used to configure or modify the sampler requests made to the server. These elements ...

assertions in jmeter

Assertions in JMeter

Photo of author

By Kuldeep Rana

What are Assertions? Assertions in JMeter are the test plan elements that are used to validate the response received from server for a particular sampler ...

timers in jmeter

Timers in JMeter

Photo of author

By Kuldeep Rana

What are Timers? Timers in JMeter is the test plan elements used to pause the execution of test for a certain specified amount of time. ...

listeners in jmeter

Listeners in JMeter

Photo of author

By Kuldeep Rana

What are Listeners in JMeter? JMeter Listeners are the test plan elements that are used to view and analyze the result of performance tests in ...

Logic Controllers in jmeter

Logic Controllers in JMeter

Photo of author

By Kuldeep Rana

In the previous tutorial, we studied about Samplers and different types of Sampler requests available in JMeter. In this tutorial, we will be studying about ...