12-21-2010, 11:32 PM
Hi Sudhir,
Output CheckPoint will always put the values in 1st row of datatable.
Change your script settings to Run one iteration and all the code except login should be placed in For loop. First statement in the loop should be DataTable.SetCurrentRow(i).
Try this out.
Output CheckPoint will always put the values in 1st row of datatable.
Change your script settings to Run one iteration and all the code except login should be placed in For loop. First statement in the loop should be DataTable.SetCurrentRow(i).
Try this out.