Write a query to find second highest salary of an employee.
Answer Posted / ayyappa
Select max(esal) from emp where esal < (Select max
(esal) from emp)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
why we cannot apply check points in compile modules?
What is a framework for automation testing?
Can the activities of test case design be automated?
How could the web element attributes be inspected in order to use them in different locators?
What are the different types of locks in mainframe?
Explain some disadvantages to manual software testing?
5. What are the tests you are conducting through winrunner?
2. How you will collect a module from the version?
Tell us how to login into any site if it's showing any authentication pop-up for username and password?
Simplify the term defect severity.
Tell me what are pros and cons of automating tests at ui layer?
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.
On what factors can you map the success of automation testing?
What is the different between GUI map and GUI map files?
Give some examples for functional & regression test tools?