Creating Unit Tests in Visual Studio
Prerequisites
Lecture – Getting Started in Visual Studio
Lecture – Getting Started on a Web Project
Summary
Demonstrates the use of the Visual Studio Testing framework to get started creating unit tests.
Video
Reference Materials
https://www.visualstudio.com/en-us/get-started/code/create-and-run-unit-tests-vs – A quick guide on creating unit tests
https://visualstudiogallery.msdn.microsoft.com/45208924-e7b0-45df-8cff-165b505a38d7 – An automated unit test code generator, that will create a set of unit tests for a class. This will be a built-in feature for VS2015