What is the aim of software testing?

Posted by user970696 on Programmers See other posts from Programmers or by user970696
Published on 2012-10-05T08:44:17Z Indexed on 2012/10/05 9:48 UTC
Read the original article Hit count: 195

Filed under:
|
|

Having read many books, there is a basic contradiction: Some say, "the goal of testing is to find bugs" while other say "the goal of the testing is to equalize the quality of the product", meaning that bugs are its by-products. I would also agree that if testing would be aimed primarily on a bug hunt, who would do the actual verification and actually provided the information, that the software is ready? Even e.g. Kaner changed his original definiton of testing goal from bug hunting to quality assesement provision but I still cannot see the clear difference. I percieve both as equally important. I can verify software by its specification to make sure it works and in that case, bugs found are just by products. But also I perform tests just to brake things. Also what definition is more accurate?

© Programmers or respective owner

Related posts about testing

Related posts about theory