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
Elaborate the fields in bug report in automated testing
Please explain how to perform load-testing?
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.
What type of scenarios can't be automated?
How can the user get a text of a web element?
wat would be the parameteries for ul testing for web applilcation
what is GDC
Explain what is a relative xpath?
What are the different types of scripting techniques for automation testing?
List out some of the automation tools which could be integrated with selenium to achieve continuous testing.
What are the phases in automation testing life cycle?
What is the purpose of the wrun.ini file?
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
What is an automated test script?
Explain me which web driver implementation is the fastest?