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 retrieve the property of an object in QTP?
What is the difference between "call to action" and "call an existing action"
9 Answers Accenture, Yana Software,
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
What are the different types of recording modes in qtp? Which will be used when?
several browsers opened. write QTP script to close all browsers except gmail.
what is meant by Implicit and explicit requirements?
how to compare two excell sheets by using vbscript??
What type of VB script u had done in expert view?
Hi Small doubt . i am working as Contract employee in XYZ comany thrw ABC Consultancy. so. How i write my resume ? In Professional experience Column. plz send urgent
What is descriptive programming?
what is Supplemental Objects ?