Getting started with unit testing in VS2010?

Posted by Herb Caudill on Stack Overflow See other posts from Stack Overflow or by Herb Caudill
Published on 2010-06-09T18:47:58Z Indexed on 2010/06/09 19:12 UTC
Read the original article Hit count: 186

I'm new to both unit testing and Visual Studio 2010 (just upgraded from 2008). I'm interested in using VS2010's new built-in unit testing tools, but would like to get the lay of the land first. I haven't been able to find any resources or tutorials on unit testing with VS2010 specifically - has anyone found a good walk-through?

I'm also open to persuasion that we should stick with NUnit or the like, if anyone knows a reason to avoid the built-in tools.

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about visual-studio-2010