i

JMeter Complete Guide

Random Controller

Random Controller

Random Controller creates all the user requests run in the random order in each loop period.
For example, you have three user requests to website http://www.abc.com in the following order:
HTTP request
FTP request
JDBC request
These three requests should run five times. Total 15 user requests will be sent JMeter.
In sequential order, requests are sent sequentially in following order:
HTTP request ->FTP request->JDBC request
for each loop.
In random order, requests are sent as randomly,
FTP request ->HTTP request->JDBC request
Or
JDBC request ->FTP request->HTTP request For each loop.