July 2017
Beginner
466 pages
9h 37m
English
The new Live Unit Testing feature in Visual Studio 2017 allows us to quickly see the code coverage details and the unit test case execution result, without leaving the code editor window. The Live Unit Testing automatically runs the impacted unit tests in the background as we edit the source code, and in real time it visualizes the unit testing result and coverage within the editor.
It currently supports C#/VB.NET projects targeting the .NET Framework, but only in Visual Studio 2017 Enterprise edition. When enabled, the unit test results and visualization of the code coverage results appear on a line-by-line basis in the editor, as shown in the following screenshot:
The live feedback notifies ...
Read now
Unlock full access