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

How we can import data from database?

0 Answers  


what is meant by Utility object and utility functions?can u all pls explain these clearly.

1 Answers  


I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script

1 Answers   Oracle,


7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.

4 Answers  


what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.

11 Answers   Infosys, Intel,






Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?

2 Answers   IBM,


Can anybody give the script to addsheet, add column,add values under that column in the rows?

2 Answers   McAfee,


Can we directly automate testscripts accrdoing to requirements

2 Answers   CitiGroup, Novartis,


How to change the screen name while running the test.

3 Answers   TCS,


Describe the process for writing text check point for a web application?

2 Answers   ssinformatics,


What is checkpoint in qtp?

0 Answers  


How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?

0 Answers  


Categories