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



i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute..

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

i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute..

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

Post New Answer

More QTP Interview Questions

How does qtp identify gui object?

0 Answers  


What are the technics follow in writing VB script?

0 Answers   CTS,


What is the Maximum syncronization timeout in seconds in QTP 9.5

5 Answers   Polaris,


Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)

0 Answers   IBM,


in my application,validation message has in japanise language.how to validate this message is appears properly or not

0 Answers  






how to lunch the application in the qtp tool ?

3 Answers  


How to use QTP for Regration testing, plz tell as with short Example of login window? plz tell as....

2 Answers  


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

0 Answers   Wipro,


Is it possible to change the property value at runtime? How it is possible?

0 Answers  


how to idetfy which test cases are automated?who will deside that plz tell me

0 Answers  


How i can use Regular expression in QTP?give detailed steps for it.

2 Answers  


What is test object model in QTP ?

8 Answers  


Categories