Hi Guys

First a bit of background: I manage a small (6 people) development team working directly for a client (ie, not a software house). Traditionally this team has hacked it's way through any code changes. We don't have a testing team so each dev tends to unit test their change manually and then shove it out into production. Needless to say, we introduce bugs like it's going out of fashion and I'm sick of looking stupid. I believe (but am open to alternative suggestions) that the way forward is for us to start using test projects in the app and taking a more TDD aproach. As the suite of tests builds up we'll know if the change we're making is shafting something else that it shouldn't be. I'm therefore trying to get my head round how to set up and use test projects.

I'd love to find a tutorial on this but googling is mainly returning me high level 'how to write good unit test' stuff which is kinda the next step for me. I need to get the actual mechanics right first and I'm struggling to find anything that walks me through that. If anyone could point me at a resource I'll be over the moon.