Should the test and the fix be written by different people?

Posted by Nutel on Programmers See other posts from Programmers or by Nutel
Published on 2011-06-15T01:42:13Z Indexed on 2011/06/27 16:32 UTC
Read the original article Hit count: 195

Filed under:
|
|
|

There is a common practice in TDD to write a test before fix to avoid regression and simplify fixing. I just wonder what if the test and fix will be written by different people, total spent time will be almost the same but as now three people will think about possible failures (+tester) we increase probability that fix will cover all possible failure scenarios. Does this practice make sense or it will just waste additional time needed for one more person to familiarize with bug?

© Programmers or respective owner

Related posts about testing

Related posts about unit-testing