in qtp how i can retrive from a browser how many links are
there.means total no of links used in a browser
Answer Posted / venkatesh
links=Browser().page().getroproperty("number of links")
msgbox links
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Approach for Installation,comaptibility,system testing
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Explain how Selenium is different from UFT?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What is quick test pro?
Get the count of files of similar types from a folder.
How does qtp identify objects in the application?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Where you get the run time data table?
Difference between copy to action and call to action?
What is QTP’s model for test creation?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
When Recovery scenario actually starts while testing the application?
Why qtp always start action1 and does not start action?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?