Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

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

1 Answers  


What are the different types of qtp test assets and their extensions?

0 Answers  


What is time parameter?

1 Answers  


How to change the priorities of the recovery scenario properties?

0 Answers  


In Remote acess server how u run a test?

0 Answers  


What is the advantage of associating a procedure with a test object?

1 Answers  


what is keyword driven testing in qtp?n how is it useful?

0 Answers  


how to find that tools work well with your existing system?

0 Answers  


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.

2 Answers  


what are the different types of framesworks in QTP?what is the keyword driven framework?

2 Answers   Mindlance,


i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?

3 Answers   CTS,


can we run the scripts of qtp 8.2 in the qtp7.0?

2 Answers  


Categories