i want click on a link which is in 3rd row and 2nd column of a
web table.write script to execute
Answers were Sorted based on User's Feedback
Answer / ashish srivastava
Browser().Page().Webtable().Childitems(3,2,"Link",0).Click
this will click on the 3rd row and 2nd column of the web
table
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / digi
set objPage=Browser().Page()
set objLink=objPage.WebTable().ChildItem(3,2,"Link",0)
objLink.click
| Is This Answer Correct ? | 2 Yes | 0 No |
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
What are the different types of qtp test assets and their extensions?
What is time parameter?
How to change the priorities of the recovery scenario properties?
In Remote acess server how u run a test?
What is the advantage of associating a procedure with a test object?
what is keyword driven testing in qtp?n how is it useful?
how to find that tools work well with your existing system?
how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.
what are the different types of framesworks in QTP?what is the keyword driven framework?
i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?
can we run the scripts of qtp 8.2 in the qtp7.0?