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
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
How to create scenario selector
Explain how you can find length of array in qtp?
Does Low-level recording capture mouse movements?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Explain step generator in qtp?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
Is it possible to split an action? How?
distinguish between old version and new version QTP features.
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How many types of parameters are available in quicktest professional?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
How do know the number of browsers opened?