QTP Navigation between multiple applications - 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 Navigation between multiple applications (/Thread-QTP-Navigation-between-multiple-applications) Pages:
1
2
|
RE: QTP Navigation between multiple applications - basanth27 - 09-30-2009 Andrew - I know that you have got what you were looking for. An insight into your problem specify's the reason you need to know what is causing the issue. 1. Each browser is identified by its title. If you have multiple browsers and if you are working with the Object Repository then you will need to store the browser objects, so that each of them gets uniquely identified. 2. One of the methods exposed by Deepak is a concept called Descriptive programming where you would create a object on the fly and not use the stored property. An undocumented feature of a browser is the creation time. The first browser opens with a creation time of zero and the subsequent browsers opened will be 1, 2, 3, etc... Whenever you would want to know more about a object spy on it and try to read the TO and RO properties which will throw more light about the object. This will help you to understand each part of the object better. Hope this helps... RE: QTP Navigation between multiple applications - Andrew.Stockdale - 09-30-2009 Hi Basanth Thank you for your reply. I am working through the handout which was on the net for QTP but i have one issue with it. The mercury website were i am meant to login doesn't work - no actual buttons on the screen Can you help with any other tutorials? Andy RE: QTP Navigation between multiple applications - basanth27 - 09-30-2009 Andrew - Buddy, Please open a new thread for each new question you have. This is per forum Guidelines. Since the solution for the current thread is obtained this thread will be closed now. |