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 / rajanikanthreddy
set desc=description.create()
desc("html tag").value="A"
set a=browser("name:=Book Store").page("title:=Book
Store").ChildObjects(desc)
print a.count
For i=o to a.count-1
b=a(i).getroproperty("text")
print b
next
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
after click on compose mail how can we attached a file in qtp with vbscript code
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
What is quick test pro? What is a quick test professional?
In qtp, how you can use xpath to identify objects?
Suppose I want fail that check point? How can you do that?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
What is the quicktest professional testing process?
How many types of recording modes are there?
Explain the terms test and business component?
Can you write a script to check if the folder exists or not?
Tell me about qtp?
What is the difference between shared and local object repository?