i = 1

While (i<>3)

//The following line generates random number in datatable.
Browser("SYZ").Page("ABC").Output CheckPoint("MMP")

DataTable.SetCurrentRow(DataTable.GetCurrentRow + 1)
DataTable.Export("C:\res.xls")
i = i +1
Wend

The above code should have run twice, but it runs indefinitely and
overwrites the results. Can i know the reason and also how to fix it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to