Deliberately adding bugs to assess QA processes

Posted by bgbg on Stack Overflow See other posts from Stack Overflow or by bgbg
Published on 2010-06-07T05:43:57Z Indexed on 2010/06/07 5:52 UTC
Read the original article Hit count: 314

Filed under:
|
|

How do you know that as many bugs as possiblle have been discovered and solved in a program? Couple of years ago I have read a document about debugging (I think it was some sort of HOWTO). Among other things, that document described a technique in which the programming team deliberately adds bugs into the code and passes it to the QA team. The QA process is considered completed when all the deliberately known bugs have been discovered.

Unfortunately, I cannot find this document, or any similar one with description of this trick. Can someone please point me to such a document?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about debugging