12-13-2012, 01:36 AM
hi,
here is my script. i m using functions.
please help
Thanks
here is my script. i m using functions.
Code:
On error resume next
Browser_Open()
Login ()
Data_Import()
here i want to give a for loop asking qtp to do this see below code
For i= 1 to RowCount
Datatable.SetCurrentRow(i)
then perform these functions: here i m unable to understand where to give "next"
Variables()
Search_Locations()
Search_Customer()
Create_Customer()
On error GOTO 0
Data_Export()
the "Next" should be here but when i m giving it here it is repeating the same iterations again
Logout()
Browser_Close()
please help
Thanks