vote up 0 vote down star

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

flag

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

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