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

Can anybody help me for vb script in qtp? give me examples for practice plz.

0 Answers  


what is compiled module?

1 Answers  


Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....

0 Answers  


What are the types of object repositories? Which one is you using?

0 Answers  


what sort of things what u put in Bug Report ?

1 Answers  






Write VB script to test given number is Prime Number

5 Answers   Oracle,


which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp

8 Answers   Covansys,


What environment does qtp run in?

0 Answers  


how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons

2 Answers   Aspire,


actually how many hours per one day we will work on automation (qtp) in real time

1 Answers   Synechron,


How to database testing by manualy?in my db having 100 records when i am retriving the data from db it shows in frent end 30 records how to find bug using QTP?plz Exp realtimers (Chandana)

7 Answers   Wipro,


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

0 Answers  


Categories