05-16-2008, 01:24 AM
some have able to trace out the solution...
by using the above statement only i was able to comeout (infinite loop) of QTP...
Thanks
Navya
Code:
For i=1 to rowcount
DataTable.SetCurrentRow(i)
statements..
.
.
.
If i= rowcount Then
ExitTest
End If
Next
by using the above statement only i was able to comeout (infinite loop) of QTP...
Thanks
Navya