views:

317

answers:

3

We have recently started a periodic DnrTv lunch and learn for my group. There is interest from the group to learn more about Unit Testing, but I have not been able to find any good video's on the subject. Specifically Unit Testing within Visual Studio 2008.

Anyone have suggestions of video training (dnrTv, DimeCasts, etc) that might have what we are looking for.

A: 

Not training as such, but here are some links to tutorials:

The first one is from Code Project. You'll want to preview before showing to make sure that they are appropriate for your group. I haven't viewed them -- picked up TDD from conference presentations and the "Test-Driven Development in Microsoft .NET" book.

tvanfosson
A: 

Since you intend to explore unit testing on .NET, I would recommend looking for webcasts pertaining to NUnit and more better would be the unit testing feature of Visual Studio Team System.

Check out http://channel9.msdn.com/tags/Testing/

Andriyev
+1  A: 

Rob Conerys MVC storefront series has a number of episodes that deal with TDD, I believe he starts talking about it around episode three or four.

MVC Storefront

He has also recently prodcuced a screencast specifically dealing with TDD -

Kona TDD

Dimecasts.net also have a couple of videos dealing with TDD -

Dimecasts.net

The John Paul Boodhoo dnr tv episodes also deal with TDD and are worth a watch.

ipr101