Next version of MSTest, “MSTest V2” is now available
Posted: (EET/GMT+2)
Microsoft has just last week made available the next version of their unit testing/testing automation framework, now called "MSTest V2". This new release is delivered as a NuGet package, and contains among other things universal support for all current .NET platforms. This also includes the new .NET Core platform.
If you are into unit testing (everybody should, in my opinion) and are working with .NET, Visual Studio and C#, the MSTest V2 should be very useful to you.
Better testing!