08-31-2017, 11:24 AM
Hi I'm a newbie in testing.. I have downloaded the free trial version of HP UFT version 14.01
Default add-ins are like this :
ActiveX
Mobile
UI Automation
VB script
Web
Installation was successful.
My problem is when I record the Login functionality for the flight reservation app, the script is getting recorded as below:
I don't see a systemutil.Run where it has to pick the app while running..
what's the issue? Please help
Thanks!
Default add-ins are like this :
ActiveX
Mobile
UI Automation
VB script
Web
Installation was successful.
My problem is when I record the Login functionality for the flight reservation app, the script is getting recorded as below:
Code:
Window("HPE MyFlight Sample Applicatio").Click 217,219
Window("HPE MyFlight Sample Applicatio").Type "john"
Window("HPE MyFlight Sample Applicatio").Type micTab
Window("HPE MyFlight Sample Applicatio").Type "HP"
Window("HPE MyFlight Sample Applicatio").Click 154,343
Window("HPE MyFlight Sample Applicatio_2").Close
I don't see a systemutil.Run where it has to pick the app while running..
what's the issue? Please help
Thanks!