This is a mirror of official site: http://jasper-net.blogspot.com/

Unit Testing in Visual Studio 11

| Sunday, March 4, 2012
There are some great features of Unit Testing in Visual Studio 11. I am excited to see how the new version of Visual Studio brings new features and abilities, improving upon some things that were difficult in 2010.

Creating Unit Tests

First things first, you’ll want to know how to create and run a unit test! In Visual Studio 11, you have the ability to plug in MSTest, NUnit, and xUnit without extra hassle. You will also be able to build and run these test cases with a build definition (on a build server). In this first video, I make a simple test case and run it using the Unit Test Explorer.

QR: Inline image 1

Posted via email from Jasper-net

0 comments: