I have test a plan with Module controller, where my "Thread Group" has a CSV and it'll read each line(as input) and proceed the next samplers. But if i control it over the module controller, i should disable the Thread Group. In this case, Samplers were reading only first line of the CSV and the test getting completed without reading any further lines in CSV. Which means test is running only one time as "Thread Group" is disabled where "Loop count:" selected as forever(Image-3).
My Requirement, with the Module controller, i should able to run the "Simple Controller 1" and it should process the each line of CSV data and proceed with further samplers. Like this, it should iterate until the EOF CSV.
How could i make it work...