What is the difference between the Recording and Simple controllers in JMeter?
I read this article. It says the following.
Recording Controller: JMeter can record your Testing steps; a recording controller is a placeholder to store these recording steps.
Simple Controller: Simple Controller is just a container for user request.
But I was able to use the HTTP(S) Test Script Recorder
to record user actions into the Simple Controller
. So, does it mean that the Recording Controller
is the same as the Simple Controller
+ the HTTP(S) Test Script Recorder
?