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 Display last item of a Combobox by using QTP?
How do you start automating/ writing your QTP scripts ?
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
In QTP, What is Global action and Local action?
What is the difference between Call to Action and Copy Action.?
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
What are the different ways to invoke an application using QTP?
how qtp identifies objects of application.
write script for how to add function library in QTP
Which object repository we use in real time and can we merge 2 object repostiory and how?
How you can write contexts to text file in qtp?
what is the difference between link and hyperlink?