New unit testing features in Visual Studio 2015 | Terje Sandstrom

Visual Studio 2015 adds a new Unit Test Generator feature, which can generate test skeletons, including project files. It can generate for multiple frameworks, currently MSTest, NUnit and XUnit. In the case of the latter two, nuget packages are also automatically included. VS 2015 also includes Intellitest, a framework for generating tests parametrized data driven…

Read More