Data-Driven Loop not returning to beginning
Good afternoon …
I have a keyword test I am running that is using a data-driven loop. As you can see from the attached screenshot, the loop is the first item on the test. The test runs through 14 or so different test cases then should end up back at the beginning of the loop to begin again with the next scenario. The test is running well up until the end when it cycles back to the loop. I would expect the loop to return me to the beginning of the attached test case but instead I am returned to around line 18 - the If…Then statement highlighted in the attachment.
I can’t figure out what I am missing with this test. The loop is running off of a Project Suite Variable. I am hoping somebody can see what I am missing here.
Thanks!
Dave.
After a few days of struggling through this, I was able to get this to work. I was able to solve this by moving the section of the Keyword test that the loop was returning to to it’s own test case within the project. I'm not sure why it was problematic to begin with but in any event, this is now behaving as I would have wanted. I hope this helps anybody that may encounter a similar situation.