Hi,
I'm looking for help to reset the data set row count. I have two data sets in my test case and if the second one reaches the end of data, it should call the first data set and also reset itself. I do not want to use start over as it'll end up in infinite loop and it'll never give the control to first data set. I used java script step to update the rownum with the below line but it didnt help.
testExec.setStateValue("Profile ID_RowNum","1");
Any help would be greatly appreciated.
Thanks,
Siva
Hi
Put the second data set inside a sub process. That'll help
Regards
Utham