MSTest

MSTest is a command line utility from Microsoft that executes unit tests created in Visual Studio 2005, 2008, 2010 and is still available for backwards compatibility with older versions in Visual Studio 2012 and 2013. Microsoft recommends running the tests in VSTest.Console in later versions.

MSTest is not the Visual Studio Unit Testing Framework defined in the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll dynamic link library (DLL).

See also

External links

This article is issued from Wikipedia - version of the 7/3/2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.