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

How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?

1 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,


How to supress warnings from the "Test results page"?

6 Answers   BirlaSoft,


Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?

0 Answers  


in qtp how can we do test when the build is not ready

3 Answers   Mindlance,


Explain the concept of how quicktest professional (qtp) identifies object?

0 Answers  


How can i learn Descriptive programming in QTP. Please reply.

3 Answers  


Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know how to work with below. Browser is IE, for my site, it opens another page with different browser name, For example Parent Page is google.com and child page is inteview questions. How to work with this second page.

3 Answers  


What are accessibility check point and xml check point?

5 Answers   IBM,


hi guys, pls tell me for testing institution training hub, hitech city is best or not?

0 Answers  


How do you perform Regreession Testing?

0 Answers   Nokia,


How QTP recognizes Objects in AUT?

8 Answers   Blue Star,


Categories