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…
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
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: Simple Controller Loop Controller Transaction Controller => Click here for The Complete Free Training On JMeter (20+ Videos) Here is a Video Tutorial: << PREV…
Hi Testers!! In this tutorial, you will get to learn the basic definition of performance testing. All other terminologies like load testing, volume testing, spike testing etc. can be explored via our website. => Click here for JMeter Tutorials: The Complete Free Training On JMeter (20+ Videos) Jmeter is a…
In this article, we have provided an overview of Pre-Processors and Controllers in JMeter (Part-III): => Follow comprehensive series of free JMeter tutorials here This article will guide users through the usage of Pre-Processors, Post-Processors and controllers in JMeter. Controllers are very useful as they make your test scenarios. You…
Overview: Hi Testers!! In this tutorial, you will learn more about BeanShell scripting used with JMeter scripts. Below are the topics which are covered as part of this session: BeanShell Scripting Basics Using commonly used methods Setting variables and using in Jmeter scripts => Click here for The Complete Free…