views:

294

answers:

1

I'm sorry if this appears elsewhere, it may be that my Google-Fu is failing me.

I'm in the process of reading Roy Osherove's The Art of Unit Testing and am thrilled to be able to start doing some Test-First work on my current project.

Roy's book uses NUnit as the basis for it's training. I find myself in the position of needing to use MSTEst in VS 2008 Pro along with the Silverlight Unit Test Framework to do our testing.

Can anyone point me to a good tutorials and references entries for using both of these tools?

Cheers,

Steve

+1  A: 

AFAIK, the test class attributes for MSTest are identical to that of NUnit. You should be able to use Osherove's book as a guide without too much impedance mismatch.

Dave Swersky