InterviewSolution
| 1. |
What Is The Difference Between Quality Assurance (qa), Quality Control (qc) And Software Testing? |
|
Answer» Software Testing is a process examining whether the product developed by a DEVELOPER meets the quality standards. The primary intention of doing software testing is to locate the bugs to fix them. Quality Assurance (QA) on the hand refers to a systematic way that involves monitoring PROCESSES. The processes participate in producing quality products. It TRACKS the outputs and goes ahead to adjust the operations to meet the desired outcomes. Finally, Quality Control (QC) is a testing technique that concerns itself with the quality of the product in manufacturing. As a testing tool, it finds defects on products. After FINDING faults, it OFFERS suggestions on how to eliminate them. It falls under the responsibilities of a tester. Software Testing is a process examining whether the product developed by a developer meets the quality standards. The primary intention of doing software testing is to locate the bugs to fix them. Quality Assurance (QA) on the hand refers to a systematic way that involves monitoring processes. The processes participate in producing quality products. It tracks the outputs and goes ahead to adjust the operations to meet the desired outcomes. Finally, Quality Control (QC) is a testing technique that concerns itself with the quality of the product in manufacturing. As a testing tool, it finds defects on products. After finding faults, it offers suggestions on how to eliminate them. It falls under the responsibilities of a tester. |
|