Live unit testing with Visual Studio 2017 Enterprise

Visual Studio 2017, Enterprise edition, has a live unit testing feature that automatically runs tests that are affected by the changes you make to your code base in real time. The tests are run in the background and the results are presented in Visual Studio. This is a cool IDE feature that provides you with instant feedback on the changes you are making to a project's source code.

Live unit testing in Visual Studio currently supports NUnit, MSTest, and xUnit. Live unit testing can be configured from the Tools menu—select Options from the top-level menu, and select Live Unit Testing in the left pane of the Options dialog. The Live Unit Testing configuration options available can be tweaked ...

Get C# and .NET Core Test Driven Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.