Iso_Yura
2 years agoContributor
Data Driven Loop doesn't returns to the beginning of the test.
Hello,
I can't figure out why my test doesn't start new iteration from the beginning of the test.
I'm using csv file where I have a parameter. I expect that If statement checks the project name then depends on the name it runs one of the tests: QMZ or QHZ. But it doesn't do that way, all it does is run test then it meets first condition and run QMZ and then it starts running next keyword test QHZ instead of starting the iteration from the beginning. I marked by arrows how it should run.
What's wrong that it doesn't start again test from Data Driven Loop?