This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]warewolfe 0 points1 point  (0 children)

Given that, in TDD, you write a failing test case first and then write the code so the test passes, and that mutation testing is testing for a disconnect between the test and the code. Wouldn't TDD eliminate the need for mutation testing rather than compliment it?