Write a query to find second highest salary of an employee.
Answer Posted / sirish kumar
Select max(salary)from(select salary from employee where
salary not in(select max(salary)from employee))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In Selenium how a test suit is run and report is generated.
How will you automate basic “login” functionality test cases for an application?
In general, how do you see automation fitting into the overall process of testing?
What are the most popular tools for automation testing?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
Tell me what type of scenarios can be automated?
Explain me what the webdriver supported mobile testing drivers do you know?
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.
Explain me what is testng and why is it better than junit?
Tell me the fundamental difference between xpath and css selector?
What are the 5 common software development problems solutions?
Can you tell some good coding practices while automation?
Elaborate the scripting standard while executing testing
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.
hi every one this is ashok pls any one give answer me pls question is while testing with selenium after giving id user name and password , the inbox will be open , how to handle this one