Have you tested Visual Studio 2017’s Live Unit Testing yet?
Posted: (EET/GMT+2)
There's a great new feature coming to the next version of Visual Studio 2017 called Live Unit Testing. Basically, this new feature allows you to run unit tests while you code.
This feature is available in the Release Candidate version, and it can be enabled from the Test menu in the Visual Studio IDE. When the feature is enabled (started), Visual Studio's code editor displays automatic markers next to code lines on those lines that are covered by the tests, and which lines fail or succeed.
Live Unit Testing allows you to work more seamlessly with testing and coding, and lessens the need to jump between different windows when you code or test.
Be sure to check this cool new feature out!