I am running a load test using jMeter. With 10 concurrent threads. Loop count is forever. The test data is fetched from a csv file. The csv file has only 10 entries. When the thread group is still processing 1 loop, jmeter starts the 2nd loop.
Therefore the test cases with same test data is running concurrently and issues are reported. I want jMeter to start the next loop only after all the threads in the previous loop have completed processing.
Is there a configuration for this. Thanks in advance.
Stop Thread on EOF
and notRecycle on EOF
and you can even keep your Thread Group atForever
. – RowlandB