carnote
7 years agoNew Contributor
The data source Loop does not increment the index in a given case
Hello,
I have a test case that includes a data source from an excel file and a data source loop.
The test case includes several groovy scripts and one of them (Ini Variables) cn jump directly to the script ResetWatchDog in some cases.
in the default test flow, everything is ok and at each loop, the data pointer go on from one line to the next one.
However, if the groovy script jump directly to ''0 ResetWatchDog'' then the loop does not increment the pointer. This means that the loop restarts exactly at the same line.
it results in an infinite loop.
what can I do to ensure that the data loop step increments the row number?
Note: the problematic flow go from a script to a script
?