Last week, I gave a short talk on Test-Driven Development, in C#, using NUnit,
at the Silicon Valley Code Camp 2007. I was initially planning on posting the
slides I presented, but it seemed to me that the dynamics of the process were
getting lost, so I opted for a step-by-step tutorial, following essentially the
code I wrote during the session.
I will follow-up shortly
with another tutorial centered specifically on setting up and using NUnit, and
then a few more on slightly more advanced questions. This first installement is
aimed at C# developers who are not familiar with Test-Driven Development - and
my objective is to provide you with the essential elements you need to get
started, in an hour or so!
More...