Micro Focus QTP (UFT) Forums
Learning Objects in your 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: Learning Objects in your application (/Thread-Learning-Objects-in-your-application)



Learning Objects in your application - adpbinu - 01-22-2010

Hello, I am a newcomer to the QTP world and was going through the HP ATP Tutorial available under the Help section. Under the "Creating Object Repositories" topic, there is an exercise to learn the object from the Mercury Tours web site pages. When I do this, I am not getting the same answer as the one oulined in the tutorial. For example on the Login page, there are two test fields - "UserName" & "Password" and one image - Sign-in. When I do the same thing, it is recording only one test edit box (see the attached doc). I am not sure why there is a difference between what I get and what is on the tutorial. Any help is appreciated.

Thanks,
Binu.


RE: Learning Objects in your application - Saket - 01-22-2010

what I understood from the attached snapshot is - you have not 'Web Addin' properly loaded.
also note that QTP must be open before launching the application
Follow the same steps mentioned in tutorial, you will definitely get the exact what you see there.

let us know, if you still face any issue.


RE: Learning Objects in your application - adpbinu - 01-22-2010

Thank you very much for the reply. The problem was with how the IE window was opened. It was opening with the wrong process - explorer.exe instead of iexplorer.exe. Somehow on my machine, when opening IE, it opens with the process explorer.exe.

It works fine when opening the application on the IE window with the iexplorer.exe process.

Thanks,
Binu.