Microsoft .NET Unit Testing Framework (MSTest)
Microsoft .NET Unit Testing Framework - MSTest to integrate unit testing (also load testing, coded UI testing, etc.) into Visual Studio.
MSTestv2 contains a command-line utility that helps you run automated tests. You can run all or specific tests contained in a test assembly or event categorize them by:
- Test Categories
- Test Type
- Test Lists
It also has an option to publish the test results in a Team Project on Tfs.