Archive for February, 2006

Five common mistakes in unit-testing

Feb 6, 2006

Having worked with unit-testing and test-driven development for the past three years, I repeatedly see people making the same common mistakes. These mistakes don’t necessarily undermine the benefits of unit-testing but they do serve to make the process less than ideal:

Writing monolithic tests. More often than not, I see … Read more