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
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 |
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 |
How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
How to supress warnings from the "Test results page"?
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?
in qtp how can we do test when the build is not ready
Explain the concept of how quicktest professional (qtp) identifies object?
How can i learn Descriptive programming in QTP. Please reply.
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.
What are accessibility check point and xml check point?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
How do you perform Regreession Testing?
How QTP recognizes Objects in AUT?