Write a query to find second highest salary of an employee.
Answer Posted / jia
select * from employee orderby salary DESC
Limit 1,1
| Is This Answer Correct ? | 12 Yes | 12 No |
Post New Answer View All Answers
Discuss the economics of automation and the role of metrics in testing.
Tell me how can we find the value of different attributes like name, class, value of an element?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
how to use regular expression in Test Complete Functional tool
Why do you want to keep this kind of information in a separate file and not directly in the code?
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?
In general, how do you see automation fitting into the overall process of testing?
Tell me what is intellij?
I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.
What are the types of the framework used in software automation testing?
Explain about basics of rational robot - ibm test automation tool?
Tell me how can you switch back from a frame?
Tell me what type of scenarios can be automated?
Tell us how can you find if an element is displayed on the screen?
Is automation testing a black box testing or white-box testing?