Five common mistakes in unit-testing

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:

  1. John C

    September 16, 2011 at 3:16 pm

    Thanks for the post! I’m trying to identity common unit testing mistakes for a paper and this served some good points.