I have login transactions in my JMeter which has 20 requests in it. few requests run parallely and few of them in line when I observed in developer tools network tab. My issue, jmeter is running all of them sequentially which is giving 60sec to process where as stopwatch manual results are 17-20sec range. How to run set of requests parallely as I have already tried changing transaction controller ->parallel controller but it is initiating more threads(678) than specified(2) jmeter non GUI thread count increased to 500 JMeter script has only 2thread group with 1user each but Non gui executing more threads.
Also, I have come to know that can't place parallel controller under transaction controller. How can we achieve this kind of requirement?Need similar kind of web_concurrent_start() functionality of loadrunner in JMeter.
Thanks,
Mrunalini K