1
votes

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. enter image description here

While Loop Condition Variable. enter image description here

Submit Order: Thread Group isn't getting executed enter image description here

1

1 Answers

1
votes

To continue Thread, you should set Stop thread on EOF to False

and check in While controller you didn't reached EOF:

"${Count}" != "<EOF>"