What is the difference between QA and testing?

Showing Answers 1 - 31 of 31 Answers

lakshmi

  • Apr 30th, 2005
 

The goal of QA is prevention while the goal of testing is detection(detect the bugs)

lavanya

  • May 25th, 2005
 

Testing is about the quality of the product. 
QA is the quality of the testing process..

Prabha

  • May 26th, 2005
 

Testing is finding bugs. 
QA is to ensure that the product is bug free. 

  Was this answer useful?  Yes

kiran

  • May 26th, 2005
 

QA is more a preventive thing, ensuring quality in the company and therefore the product rather than just testing the product for software bugs? 
 
TESTING means "quality control" 
QUALITY CONTROL measures the quality of a product 
QUALITY ASSURANCE measures the quality of processes used to create a  
quality product. 

  Was this answer useful?  Yes

Vidyaratna B. Biradar

  • Jun 26th, 2005
 

Testing is the process of trying to discover every conceivable fault orweakness in a wrok product .  
Quality assurance measure the process identify the deficiencies & suggest imorivements . The direct results of these activities are changes to the process.

  Was this answer useful?  Yes

raghavendra a.r.

  • Jul 4th, 2005
 

what is the main difference between CMM and SIXSIGMA? 

  Was this answer useful?  Yes

choudary

  • Jul 5th, 2005
 

"PREVENTION IS BETTER THAN CURING" 
Quality Assurance is a preventive activity. it concentrate on the whole development process to prevent the bugs. 
 
testing is curing activity. here our main intention is measuring the quality of the product by analysing the program with the end user perception.

  Was this answer useful?  Yes

renu

  • Jul 6th, 2005
 

The difference is :  
Testing : To find the bugs 
QA : To Detect the bugs

  Was this answer useful?  Yes

Sandeep B

  • Jul 22nd, 2005
 

The processes releated to QA are work process oriented, whereas the processes releated to Testing are product oriented. 
 
Testing mainly focusses on detection of bugs 
QA gives more emphasis on prevention of bugs. 
 
The output of Testing is often the input to QA. 
 

  Was this answer useful?  Yes

kripa

  • Jul 27th, 2005
 

QA: means focusing on dection of bugs and producing the quality product 
 
QC: means prevention of quality process

  Was this answer useful?  Yes

ramesh

  • Jul 27th, 2005
 

Qa Prevention of bug,verfication. This is set of preventive instruction 
 
Qc Validation process,it is followed Qa instruction

  Was this answer useful?  Yes

meghana

  • Jul 30th, 2005
 

QA ensures the quality of the process whereas testing ensures the quality of the product

  Was this answer useful?  Yes

eswar

  • Aug 5th, 2005
 

QA-who process and monitors ,verification, goes through reveiws and meetings. 
QC- Actial testing process done by tester, verifying the foms etc.

  Was this answer useful?  Yes

ketan solanki

  • Aug 5th, 2005
 

Testing is based on quality control and quality control is to check the quality of the product. 
Testing mainly focusses on DETECTION 
 
Quality Assurance is quality of a process for an application that is build. QA is a process of  
PREVENTION

  Was this answer useful?  Yes

sarada

  • Aug 8th, 2005
 

what is the Roles & Responsibilities of QA?

  Was this answer useful?  Yes

anil

  • Aug 10th, 2005
 

testing means finding bugs and 
qa means giving guaranttee to the product for specified time

  Was this answer useful?  Yes

haresh babu pakki

  • Aug 27th, 2005
 

QA involves the entire SDLC Process he has to document and evaluate. 
QC is only for detect the defect.

  Was this answer useful?  Yes

priyanka

  • Sep 2nd, 2005
 

testing is executing of the programme with an intend of finding bugs. 
QA- is preventing of bugs,improving the testing proccess making sure that any agreed upon standards is followed and bugs are found and dealt with.

  Was this answer useful?  Yes

Sriram

  • Sep 6th, 2005
 

QA is more interested in the Process whereas Testing is more interested in the Product. 
As rightly pointed out by some people,QA ia oriented towards prevention and testing is oriented towards detection.

  Was this answer useful?  Yes

QA - Quality Assurance is work process oriented.

       The direct result of the changes in QA leads to changes to the process.

       The results may range from better compliance with the process or entirely new processes.

QC/Testing - Testing work product oriented.

         The direct result of testing is changes leads to changes in the product.

         The result may range from re-developing the product from the design phase.

sureshkumar

  • Dec 31st, 2005
 

QA is assuring the quality of the software by maintaining its standards and preventing the bugs

testing is the process of finding the bugs i.e validation

  Was this answer useful?  Yes

VR

  • Feb 23rd, 2006
 

  • Quality Assurance: A set of activities designed to ensure that the development and/or maintenance process is adequate to ensure a system will meet its objectives.
  • Quality Control: A set of activities designed to evaluate a developed work product.
  • Testing: The process of executing a system with the intent of finding defects. (Note that the "process of executing a system" includes test planning prior to the execution of the test cases.)

  Was this answer useful?  Yes

tester612

  • Aug 20th, 2009
 

QA is oriented for prevention. it is the quality of the testing process.

Testing is oriented for detection. it is about the quality of the product.

  Was this answer useful?  Yes

Quality Assurance (QA) serves to prevent problems while Testing serves to identify and report defects.  In the software industry, much of the QA effort occurs before the initial build of the software is released to the Test Team while most of the Test effort occurs afterward.

Quality Assurance is about process while Test is about product.
 

An example of a Quality Assurance activity would be to introduce improved standards for peer code reviews in order to help minimize the number and severity of software defects released to the test team.

An example of a Test activity would be to execute test cases in an effort to discover defects so they can get fixed. 

  Was this answer useful?  Yes

Quality Assurance makes sure the project will be completed based on the previously agreed specifications, standards and functionality required without defects and possible problems. It monitors and tries to improve the development process from the beginning of the project to ensure this. It is oriented to "prevention".

Software testing is oriented to "detection". It's examining a system or an application under controlled conditions. It's intentionally making things go wrong when they should not and things happen when they should not.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions