Answer Posted / guest
select top 1 salary from(select Distinct top 2 salary from
employee order by salary desc)order by salary
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is meant my Firewall testing? how the testing is performed on it?
If automating - what is your process for determining what to automate and in what order
What is fuzz testing?
What is the quality process is following in your organization.
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
What can you tell about the project if during testing you found 80 bugs in it
Explain what is exhaustive testing?
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
1) Difference between "Delete" and "Concatenate" with reference to databases? 2) Difference between SDLC and STLC. 3) Latest versions of the browsers used. 4) What is URL Tampering? 5) Full form of URL. I don't need the answers. These are just for reference.
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
When will the testing starts?
!what are the entry criteria for antomation testing ?
How do u prepare test environment for ur application?