In a web page, one web table is present which is dynamic.
In that table one of the column has links with the same
inner text. write a script so that i need to click the
third link.

Answers were Sorted based on User's Feedback



In a web page, one web table is present which is dynamic. In that table one of the column has link..

Answer / tvs ramakrishna chowdary

i am not understanding ur question please post question
once again clearly i can give anser or mail to me

my mail id is-->krishnat.qa@gmail.com

Is This Answer Correct ?    0 Yes 0 No

In a web page, one web table is present which is dynamic. In that table one of the column has link..

Answer / sid

Hi All

U can also do this by using GetRowWithCellText method

At First get the row which u got that link in WebTable
Obj=Browser("title:=.*").Page("title:=.*).WebTable("name:= ").GetRowWithCellText("Just give the name which link u wanna click")

Now u got the row no of that particular link in obj

If obj<>0 then
Browser().Page().WebTable().Link("name:= ").click

End If

Is This Answer Correct ?    0 Yes 0 No

In a web page, one web table is present which is dynamic. In that table one of the column has link..

Answer / kamepalli

Get the child item from the table by using the below stmt.
a=browser("").page(").webtable("").childitem("weblink",2)
a.click

So by using index we can get the specified link from the webtabel.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?

3 Answers   Ordain Solutions,


How to use output values in qtp ?

0 Answers  


A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties can be the page identified.Give the regular expression for that.

3 Answers   Virtusa,


What is the dis advantage of check points in QTP, if any?

6 Answers   BirlaSoft,


Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!

4 Answers   CTS,






what is batch testing?

1 Answers  


What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?

0 Answers  


what is TOM in qtp?

5 Answers   Accenture,


what is error and fault in terms of software quality?

0 Answers   TCS,


what about f2&f6 function keys

1 Answers  


How to open an application through scripting?

11 Answers  


there is 3 flash player buttons does QTP identify them or not else we have to do install anything related that software if we have to install what is that software and how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U KNOW.

1 Answers  


Categories