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

What is accessibility check point?

0 Answers  


How to get Traceability matrix from TD?

0 Answers  


Dear Friend, I am New in QTP 10 so can any one tell me how to do QTP testing on WEB APPLICATION while writing VBScript. If Possible then Give Example how to write vbscript in QTP to test WEB Apllication. Vishal Patil

2 Answers  


How to make Non reusable actions into reusable action? is that feature available in QTP

2 Answers   Ordain Solutions,


What is the Difference between current version of QTP and QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.

1 Answers   TCS,


How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.

1 Answers  


It is very difficult to test in manual for that we go to DATA DRIVEN TEST.

3 Answers  


How to insert a check point to a image to check enable property in QTP?

1 Answers  


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

1 Answers   scintel,


How can the name of a checkpoint be changed in Qtp

2 Answers   Ordain Solutions,


how can we handle errors other than using recovery scenerios in qtp

0 Answers  


i need to learn the descriptive programming very well so for that what to do am reading the qtp user mannual but it is not so any materials or links with examples i want please help me

2 Answers  


Categories