Answer Posted / mfsi_satyakamm
UAT is user acceptance testing. Here the users try on the
product and find defects. If no defects are found then the
product is accepted by the users.
QA is Quality Assurance. Its a systematic way of finding
defects in the product. The less is the defect, the more is
the quality. In other words its a method of checking the
quality of a product on the basis of number of defects found.
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
what is dib format?
What is big bang approach?
What are quality assurance and quality control?
Could someone please send me real check list for Database Security testing.Please my mail ID- patil.ramchandra@yahoo.co.in. Thanks.
Test Cases For Router&Switch
What r the things,u prefer and prepare before starting testing?
Hi,Please can any one tell me about SAP Testing concepts.
what is the testing approach for windows Explorer(Not IE Explorer)
What is a critical bug?
What is the difference between SIT AND IST?
Explain the advantages of automation over manual testing?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
Can you explain usability testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }