I have a Thread group which takes data from CSV,in CSV i have few rows of data and first column of CSV file is defined as counter. I am having while loop controller in thread once the loop is completed successfully i.e. looped through all the data, its not executing next thread group in test plan.
In CSV Data Set Config: i have set Recycle on EOF : False Stop thread on EOF : True
Once loop is completed, should move on to next Thread Group.