11-08-2011, 02:44 AM
I am using mercury 9.2 and trying generate the script
' To Open Flight Login Window
'To Activate
'To Enter the Agent Name
When I run this script I am getting the run time error "The "Login" object was not found in the object repository"
what should I do? and should I have to change any settings?
pls help me out
' To Open Flight Login Window
Code:
SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe"
'To Activate
Code:
Dialog("Login").Activate
Code:
Dialog("Login").WinEdit("Agent Name:").Set "testing"
When I run this script I am getting the run time error "The "Login" object was not found in the object repository"
what should I do? and should I have to change any settings?
pls help me out