Jmeter Controllers Part 2

By Vijay

By Vijay

I'm Vijay, and I've been working on this blog for the past 20+ years! I’ve been in the IT industry for more than 20 years now. I completed my graduation in B.E. Computer Science from a reputed Pune university and then started my career in…

Learn about our editorial policies.
Updated March 7, 2024

Overview:

Hi Testers!!

In this tutorial, you will learn how to use controllers in JMeter.

Below are the topics which are covered in this session:

  • Recording Controller
  • Interleave Controller
  • IF Controller

=> Click here for The Complete Free Training On JMeter (20+ Videos)

Jmeter Controllers Part 2

Here is a Video Tutorial:

<< PREV   |     NEXT >>

Controllers are basically used to control the execution flow.

For example, you want some group of requests to execute more times as compared to the others, use the controller to solve this purpose. Recording controllers are the just container to store the scripts which you have recorded using HTTPSTestScriptRecorder.

By default, the recordings are stored in WorkBench only, you need to add a recording controller in Test Plan and then specify the target in the recorder to store the recordings.

Interleave Controllers are used when you want to execute one request each out of multiple requests in this container every iteration. Every Jmeter iteration would take one of the requests in sequence and will execute it.

IF Controller are used when you want to execute one or gro

=> Click here for The Complete Free Training On JMeter (20+ Videos)

Was this helpful?

Thanks for your feedback!

Leave a Comment