Posts

Showing posts with the label Unit Testing

Top 5 TDD Mistakes

While digging into some material related to Telerik's controls, I happened to stumble upon an interesting article by Bradley Braithwaite .. I couldn't agree any more for what Bradley has listed the top 5 mistakes people make in context to the Test Driven Development (TDD) 1. Not using a Mocking Framework 2. Too Much Test Setup 3. Asserting Too Many Elements 4. Writing Tests Retrospectively 5. Testing Too Much Code Navigate here   top5-TDD-mistakes   to dig in more ..