ContributionsMost RecentMost LikesSolutionsRe: The data source Loop does not increment the index in a given case this a log where you can see that we loop from the last script to the first one without a change in the index Re: The data source Loop does not increment the index in a given case No! The increment must be done by the data source Loop step. however, even if I try to do it in a script, I have an error that indicate: the Currentrow is readonly. 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 ?