Unit testing newbie team needs to unit test

Posted by Walter on Programmers See other posts from Programmers or by Walter
Published on 2010-10-10T14:42:11Z Indexed on 2011/02/24 7:32 UTC
Read the original article Hit count: 813

I'm working with a new team that has historically not done ANY unit testing. My goal is for the team to eventually employ TDD (Test Driven Development) as their natural process. But since TDD is such a radical mind shift for a non-unit testing team I thought I would just start off with writing unit tests after coding.

Has anyone been in a similar situation? What's an effective way to get a team to be comfortable with TDD when they've not done any unit testing? Does it make sense to do this in a couple of steps? Or should we dive right in and face all the growing pains at once??

EDIT

Just for clarification, there is no one on the team (other than myself) who has ANY unit testing exposure/experience. And we are planning on using the unit testing functionality built into Visual Studio.

© Programmers or respective owner

Related posts about unit-testing

Related posts about test-driven-development