It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / saranya
select salary from(select salary from tablename order by
salary desc) where rownum < 4
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how do i know how to use tools
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
If I give some thousand tests to execute in two days what do you do?
How to use actions in qtp ?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
what is object and child object.. explain ..if possible give some example for better understanding ..
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Hoe can we do retesting using functions please give the code for it using login page
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
Explain the types of object repositorys in qtp?
What is recovery scenario in qtp?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Which functionalities of QTP used in banking project?
what is run-time data?