Referencing MSTest And MSTestv2 Unit Testing Framework Through Namespace Aliasing
Let me start-off by explaining what MSTest and MSTestV2 are. MSTest (Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll) – This is the unit testing framework that comes pre-installed when you install Visual Studio IDE (Available through the .Net Framework – GAC) MStestV2 (Microsoft.VisualStudio.TestPlatform.TestFramework.dll) – This is now the open source version of MSTest. With any open source libraries, there are lots … Continue reading “Referencing MSTest And MSTestv2 Unit Testing Framework Through Namespace Aliasing”