Archive for 2005-01-01

Test Cases

One of the curious things about testing software is that as far as increasing your confidence in the code is concerned, it’s better to have a test suite that finds bugs, rather than one that doesn’t. The problem is that for any piece of software that ever works, you can find an infinite number of […]