Micro Focus QTP (UFT) Forums
Multiple IE windows - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Multiple IE windows (/Thread-Multiple-IE-windows)



Multiple IE windows - Chandra Prakash R - 02-22-2018

Hi Friends,

I am talking about an application on which I work. It is an browsing application all the action items are defined through links for example if i try to open a link called find order name I use to click on find order
n when I click that a new separate window open in an explorer and in that separate window I have to search some order no as soon as I hit the search button again a separate window opens where I get a order no link and if I click on that order no link again a sperate window opens with payments and all other details. Here for every new order the link will be change every time. New window always open separately not as new tab. This create a problem to identify the objects and activate the suitable windows.

Which video should be helpful for this type of concept and what is name of this type of methods where I can get detail description about the concept.

Pls Pls help guys or give some reference, books or any link, where I can find the solution for this issue.

Thank you.


RE: Multiple IE windows - Ankur - 02-23-2018

It is a good idea to come up with the code or logic that you have tried. Without that we can only theoretically guide you.

You would need to come up with a logic around ordinal identifiers like CreationTime for all new browsers that get opened OR use hwnd to get the handle of all new windows.