Categories
Articles Uncategorized

TDD 0 to 60: How to Introduce TDD to Your Team With No Unit Testing Experience

Does your team use Test Driven Development or even unit test at all?  If you’re like a lot of teams I’ve come in contact with, that answer would be a resounding “no”.   I’m not sure what the biggest barrier is for most people, though I think it’s a combination of the following:

  • “There’s barely enough time to write the application code, let alone test code!”
  • “I’m not even sure what kind of test to write.”
  • “We already have QA guys for that!”

There are a lot of things that hold back many teams from it.  Where do you get started?  Let’s address these common questions and show how easy it is to get started with testing and TDD.