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.
Answer Posted / 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 |
Post New Answer View All Answers
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Explain hybrid framework with advantages and disadvantages?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
what frame work you are following?
How are actions and functions different in QTP?
What is text/text area checkpoint?
How to execute a winrunner script in quicktest professional (qtp)?
How to use checkpoints in qtp ?
How does you test a weblink which is changing dynamically?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Does quicktest professional (qtp) is unicode compatible?
How you can make an action as re-usable action?
How to test login module with different username and password by using data driven testing in QTP?
Why bpt?
What is difference between design time and run time data table?