qtp interview question - 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 Interview Questions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Interview-Questions) +--- Thread: qtp interview question (/Thread-qtp-interview-question) |
qtp interview question - rvrbabu434 - 12-23-2011 In qtp we have 5 browsers as like as google page in all browsers i want to add data for searching in 4th page what we have to do? RE: qtp interview question - rvrbabu434 - 12-23-2011 reply soon RE: qtp interview question - vIns - 12-23-2011 You might have to use CreationTime property to identify the 4th browser and set the data RE: qtp interview question - chandan - 12-25-2011 you might use the HWND property to identify any particular window. Because for every similar kind of windows opened there will be a different hwnd no's assigned to it: |