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

Hai anyone please "Explain about Framework in QTP?"

6 Answers  


is we can import the object repository from external source. if it so then how?

5 Answers  


Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better

1 Answers  


Analyzing the Checkpoint results ?

1 Answers   Crea,


What kind of errors can b handled in QTP in real time scenario?

2 Answers   AZTEC,


There is web page with the webtable,this contains some data, how do you manipulate the data.

2 Answers   Tech Mahindra,


can i automate java web application using qtp web addin only not using java addin

1 Answers   Infosys,


How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?

1 Answers  


What is quick test pro? What is a quick test professional?

0 Answers  


Where to use Property Let, Property Get, Property Set in UFT

0 Answers  


before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...

2 Answers   Keane India Ltd,


how to add run-time parameter to a datasheet?

1 Answers   Mphasis, Ordain Solutions,


Categories