views:

512

answers:

2

Can you Recommended Tutorials and videos to learn nunit testing in short time.

I know that there are a lot of good books talking about unit testing, but i just want to learn it short and i will go more deep using these books later.

So if you know some good videos or nice tutorials, please share.

+4  A: 

Here are some links:

Andrew Hare
Saw it from long time ago, but seams i forgot it :), thanks for remind.
Amr ElGarhy
+3  A: 

Dimecasts on NUnit and on TDD each video is about 10 minutes.

Note that while they will show you the basics of NUnit (which is very very simple), good unit testing and Test Driven Development can really only be learned by understanding the theory and hard practice.

George Mauer