Hello Friends,

I am working with QTP 9.2 descriptive programming. Can you
please let me know how to work with below.
Browser is IE, for my site, it opens another page with
different browser name, For example Parent Page is
google.com and child page is inteview questions. How to
work with this second page.

Answers were Sorted based on User's Feedback



Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know ho..

Answer / prasant87

While working on Parent Page Use Parent's page properties, for e.g.-
Browser("name:=Google").Page("title:=Google").WebEdit("name:=q").Set "QTP Interview Questions"

and when you are working on child page, use corresponding properties (as another page opens up), say e.g. -
Browser("name:=Top 50 QTP Interview Questions").Page("title:=Top 50 QTP Interview Questions").WebElement("outertext:=Home").Click

Is This Answer Correct ?    2 Yes 0 No

Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know ho..

Answer / qtphelper

Try using creation time property for the second browser
whihc ocntains the new page

Is This Answer Correct ?    1 Yes 1 No

Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know ho..

Answer / chandrashaker rao suguru

ya ,
use discription object.
discription.create

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More QTP Interview Questions

Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?

1 Answers  


Plz explain about Virtual object? What is the situation u r using , explain with example?

1 Answers  


CAn anybody tell me how can I use QTP to capture any video in my application?I want to see the video file opened in my application after the tests are completed in tests results.Can anybody help me?

6 Answers  


in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?

0 Answers   Wipro,


Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?

3 Answers  






How to find local host name using QTP?

6 Answers  


how can u put synchronization point in qtp,wat is exactly synchroniztion why we use it wat is benifit in qtp

13 Answers   College School Exams Tests, Mind Tree,


what is the frame work your using in automation ?

4 Answers  


In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?

14 Answers   Polaris,


difference Between LowLevel and Normal Recording Modes?

4 Answers  


Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance

1 Answers  


How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)

0 Answers   LinkEdge,


Categories