I try to find out how I can configure JMeter so that I can start a Test with 1 user and starting 6 threads in parallel, and if the first thread is finished the next thread will be started so that I have always 6 parallel threads running.
I created test plan with 1 thread group and 10 HTTP requests and when I start the test all requests will be run in sequential order. Is there a way in JMeter to create a test plan to satisfy my requirement?
