How to find out duplicate records in a table(Query)
Answer Posted / sekhar
select records from table where count(record)>1
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Which is the easiest and preferred Automation Tool mostly for software Testing now a days? What is the reason for it.
What is test driver?
What are the ways of functional testing? Can you give me an example of how to perform Functional testing on a Login Page for example.
What is the difference between web application and desktop application in the scenario of testing?
What is a variant?
you are a SQA lead on a project that uses an agile development environment, The lead developer has been instructed to write and initially-failing automated test case, then produce minimum amount of code to pass the test and finally refactor the new code to acceptable standards. based on above, Which type of SQA-focused SDLA is being used?
What is equivalence class?
Explain the tasks of test closure activities.
What is the purpose of a test completion criterion?
What is black box testing? What are the different black box testing techniques?
What is heuristics testing?
What are the check points we need to consider while performing Database migration (ex: from oracle 8i to 9i)
A number of critical bugs are fixed in software. All the bugs are in one module, related to reports. The test manager decides to do regression testing only on the reports module.
Who is responsible for document all the issues, problems and open point that were identified during the review meeting
What is cause-effect graphing?