In a page i have N number of links at a time i would like
to open those links by using QTP?how to do that?
Answer Posted / manish
You can get it by first create description object like :-
set deslink = description.create()
deslink("micclass").value = weblink
then you can use this variable to get number of link in the
page like.
set bro = browser(" ").page (" ")
set countlink=browser(" ").page("
").weblink(deslink).childobjects
for countlink = 0 to countlink-1
bro.weblink(deslink).click
next
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
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
What is system testing and what are the different types of tests you perform in system testing?
Define Error Pane of UFT?
in a web page How to check and display a particular word from a paragraph?
How to modify object property in qtp ?
What r the different filters in defect in quality center
why should we give deliver good quality software?
What is the script for database check point, bitmapchek point, regular expression ?
How to analyzing the checpoint results?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
when to start the automation?
What is qtpro? What is quick test pro?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What are the types of object repositories? Which one is you are using?
is it possible to add sheets to excel at runtime