Micro Focus QTP (UFT) Forums
QTP does not record the first step of open filight reservation application. - 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: QTP does not record the first step of open filight reservation application. (/Thread-QTP-does-not-record-the-first-step-of-open-filight-reservation-application)



QTP does not record the first step of open filight reservation application. - Blossoms - 10-27-2010

Hi Ankur,
I am new to QTP. I am learing to record the flight application in qtp11 demo version having windows 7.I am unable to record the first step of open filight reservation application. It starts recording only from the second step -Agent name and PW.So, when I run the script if fails.Pls advice how to make this script to run.

Thanks,Blossoms


RE: QTP does not record the first step of open filight reservation application. - A.Saini - 10-28-2010

Hi Blossoms,

You can use one of the given alternative:

1) Go To :
Automation -> Record & Run Settings -> Select the radio button "Open the following address when record or run begins" -> Enter the URL of the website

2) Use the SystemUtil.Run

Please let me know if it does not work.

Smile


RE: QTP does not record the first step of open filight reservation application. - Blossoms - 11-01-2010

Ankur, I tried your suggestions and still it does not record the system Util Line. Let me know if there is any other settings that needs to be changed.

Thx-Blossoms


RE: QTP does not record the first step of open filight reservation application. - RupeshSahay - 11-03-2010

Blossoms,

You just have to change a setting

Automation -> Record & Run Settings ->Select window application->Record and run test on any open window based application

now it will work
your first step of recording will be like this in expert view

Code:
Window("Program Manager").WinListView("SysListView32").Activate "Flight"



RE: QTP does not record the first step of open filight reservation application. - jayashree.r - 06-13-2011

Hi,

I am using QTP 11 trial version and even I am facing the same issue. QTP does not record when the flight reservation (windows) application is opened, meaning, does not capture SystemUtil object.

I am working on windows 7 and need to get this to working asap. Please help.

Thanks in advance.

Blossoms,



Forgot to add to the previous post.. I followed the steps mentioned in this thread, but still, the SystemUtil object does not show up..

Thanks


RE: QTP does not record the first step of open filight reservation application. - rajpes - 07-05-2011

SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe" 'check the path in its properties



RE: QTP does not record the first step of open filight reservation application. - shakelly - 09-08-2011

I have seen this problem many times. I loged off from my user a/c and loged in again. It woked for me. I am using 10.0 ver. when you login make sure to select Record button -> "Record and run test on any open window based application" -> OK button and start recording.





RE: QTP does not record the first step of open filight reservation application. - rajeevchauhan8 - 11-15-2012

Hi to all....

One possible reason according to me is that the default installation directory was changed during installation.

Also you will encounter this issue in 64bit OS.

I am also facing this issue and hope will be able to resolve it asap.

Will post the solution soon.


RE: QTP does not record the first step of open filight reservation application. - srs246 - 01-07-2013

Hi all,
Could anybody find the solution to this problem? I am new to QTP and facing the same problem. The path is not being recorded for flight application. I am using QTP 11.0 version and it has been defaulted to C:/ProgramFiles(x86)/...
Is this the reason for the path not getting recorded?
Is there a way to change this path to C:/ProgramFiles/...?

I need the solution urgently as I am looking for a new job in Software testing. Please help me with this solution.

Thanks!!!


RE: QTP does not record the first step of open filight reservation application. - AJAJ - 07-20-2015

Did you got the solution now Blossoms??