Micro Focus QTP (UFT) Forums
SystemUtil.Run is not getting recorded - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: SystemUtil.Run is not getting recorded (/Thread-SystemUtil-Run-is-not-getting-recorded)



SystemUtil.Run is not getting recorded - divyan - 08-31-2017

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:

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!


RE: SystemUtil.Run is not getting recorded - Ankur - 08-31-2017

Add SystemUtil.Run manually.

Also, if you are using the windows app you need to enable WPF Addin present under .Net addin during installation. The latest windows based sample app uses WPF controls.