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.
Answer Posted / 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 View All Answers
desribe a situation where u faced a stressful situation and how did u cope with it
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
How to record a qtp script ?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
How can I check if a environment variable exist or not?
What is the difference between analog and low level recording?
In qtp, explain what is keyword driven automation framework?
what is the structure for the data driven framework
Explain how you can delete excel file in qtp?
What are the data types in qtp?
What is the extension of the qtp local repository?
In what occasion we can specify global sheet and action sheet?
what is keyword driven testing in qtp?n how is it useful?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?