Productivity
Testing
Introduction Let’s start with a few words about MSTest and MSBuild. MSTest is a software unit testing framework developed by Microsoft. With MSTest you can manage and run unit tests from within the Visual Studio IDE, as well as externally, from the command line. MSBuild is a Microsoft build platform typically used in conjunction with Visual Studio. MSBuild version 2.0 is part of .NET Framework 2.0 and works together with Visual Studio 2005. Version 3.5 of MSBuild, which is bundled together with .NET 3.5 (and Visual Studio 2008), allows .NET projects to be built for either 2.0, 3.0 or ...