What is the difference between testing and quality assurance (QA)?
This question is surprisingly popular. However, the answer is quite simple. The goals of both are different: The goal of testing is to find the errors. The goal of QA is to prevent the errors in the program.
RE: What is the difference between testing and quality assurance (QA)?
QA: A set of support activitites needed to provide adequate confidence that process are defined and continuously improved in order to produce products that confirms specification and are fit for use.QC: Process in product quality is compared with an applicable standards and action is taken if any non confirmance is detected.
RE: What is the difference between testing and quality...
testing is done by tester to find the errors in the project hre we check the build product is correct or not. it is validation
quality assurance is done by the developer while they are in the developing the project (bug free product) here we check whether we are building the right product. it is verification