01-19-2013, 09:18 PM
Hello,
I'm fairly new to QTP.
I keep getting an error during qtp parameterization in uft(QTP) 11.50
code snippet.
I runs once successfully then on the 2nd row i get an error please advice... see code snippet and settings
ACtion call settings -> Run on all rows
See image .
I'm fairly new to QTP.
I keep getting an error during qtp parameterization in uft(QTP) 11.50
code snippet.
I runs once successfully then on the 2nd row i get an error please advice... see code snippet and settings
Code:
Dialog("Login").WinEdit("Agent Name:").Set DataTable("user", dtGlobalSheet)
Dialog("Login").WinEdit("Password:").Set DataTable("p_Text", dtGlobalSheet)
Dialog("Login").WinButton("OK").Click
Window("Flight Reservation").Close
ACtion call settings -> Run on all rows
See image .