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
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 |
Answer / qtphelper
Try using creation time property for the second browser
whihc ocntains the new page
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / chandrashaker rao suguru
ya ,
use discription object.
discription.create
| Is This Answer Correct ? | 0 Yes | 3 No |
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
Is the provision for integrating QTP with QC ,available from the version 9.0 onwards only or even 8.2 version has such provisions?
I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?
How do you return a value from a function
when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?
one page contain next button.when we enter that its not going to next page.what type of error that one.
What is the Difference between test object and run time object?
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)
what is Entry Criteria and Exit Criteria?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
What all challenges you have faced during automation and how you have resolved it?