Generating and Running a Unit Test
Tags:
VSTS
, 2005
, Experienced
Unit Tests allow developers to perform quick checks against individual or collections of methods to ensure that functionality continues to perform as expected, especially after adding more code to the project. This video demonstrates how to easily generate new unit tests directly from your source code.