News

These tests can also be added to test plans and reported on like any other functional tests. For the purposes of this how-to article, I'll be using a simple calculator application that does basic ...
With a few tweaks, you can turn Visual Studio's basic unit-testing capabilities into a powerful and extensible tool for improving code quality.
New for this year, the headline feature is “live unit testing”. For a while now Visual Studio has had the option to automatically run unit tests after each build.
Microsoft recently released an update to Visual Studio 2012 with support for windows phone unit testing and improvements to Windows Store unit testing.
To get started working with unit tests using the Microsoft unit test framework, you should first create a unit test project. To create a test project in Visual Studio, follow these steps.