I have a load test plan in JMeter as follows:
Test Plan
|- Thread Group
|- BeanShell Sampler (CSV Read)
|- Loop Controller
|- Counter
|- HTTP Request${counter_value}
|- View Results Tree
Http requests are made depending on the csv lines read and that's the reason for the loop controller. When all the requests are made and go to the View Results Tree information I see that requests are made sequentially (HTTP Request1 first then HTTP Request2 and so on). So, is there a way to do concurrent requests without using any external plugins or am I wrong about how concurrency is done when using a loop controller?