I have a web table,in that web table in 3rd row 4th coloumn
i have a link how to click it with descriptive programming?
I have a webedit without entering any value how to calculate
the size of that field?
I have a DB table , how to find the 5th highest salary?
write query.

Answers were Sorted based on User's Feedback



I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with des..

Answer / rajagopalreddy.purini

dim obj
set obj=browser("name").page("name").webtable("name")
wtable=obj.childitem(3,4,Link,0)
wtable.click

here 3= row,4=column,0=index

if its wrong plz tell me

Is This Answer Correct ?    10 Yes 3 No

I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with des..

Answer / amol

select top 1 salary from employee where salary in(select
top 6 salary from employee order by salary DESC) order by
salary

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More QTP Interview Questions

what is Action conversion tool? what the Action conversion tool will do?

1 Answers   Satyam,


Hi All, I am new to QTP but i was trained on winrunner before. My problem is..QTP 8.2 was unable to record my application which is a java app. By selecting smart identification, i was somehow able to record the test BUT QTP cant run the test! Can anyone help me in walking through this problem..Is java addin really necessary for this?? Is there anyways i can run the test successfully? I am not sure whats going wrong in my testing.Please do help me asap as i need to submit the report early. Thanks in advance

4 Answers  


What is the entry criteria and exit criteria for your test automation

2 Answers   HP, Virtusa,


What is throw object?

1 Answers   AZTEC,


Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????

2 Answers  






What is Cross browser testing? Does UFT support it?

0 Answers  


After running scripts how you report results ,there is any specific report form

5 Answers   Novartis,


What is the "Release Notes", what it cosists? Key components in Release Notes ?

2 Answers  


LINUX environment supports QTP or not? LINUX environment supports QC or not?

4 Answers  


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

3 Answers  


How you can write contexts to text file in qtp?

0 Answers  


Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?

1 Answers  


Categories