vote up 4 vote down star
4

I want to start working with TDD but I don't know really where to start. We coding with .NET (C#/ASP.NET).

flag

4 Answers

vote up 1 vote down

I would start by reading up on TDD and why it's a good practice. As you read that, try to think about how the concepts apply to your own projects.

When I was learning TDD, it seemed simple at first, but it's such a paradigm shift that it forced me to change the way I thought about how my program would work. And I guess that's kind of the point. :)

link|flag
vote up 1 vote down

There is also lots of good information on the Google Testing Blog

link|flag
I didn't know that one! thanks! – Maxim Oct 3 '08 at 22:04
vote up 1 vote down

There's a good book called Test Driven Development in Microsoft .NET that you might check out. It is essentially the same as the classic Test Driven Development by Example, but with the Microsoft platform in mind.

link|flag
I'll definitively take a look at those books. – Maxim Oct 3 '08 at 22:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.