i

JMeter Complete Guide

Module Controller

Module Controller

Module Controller is used to adding modularity to Jmeter. The idea is that web applications consist of small units of functionality. This performance can be stored in Simple Controller as "modules".
Consider the following scenario -
You want to execute:
50 users logging out,
100 users logging in
30 users search www.abc.com
You can use JMeter to create three modules. Each module performs each user activity: Login, Logout, and Search.
The Module controller select which module needs to run.