Answer:
Live Unit Testing in introduce in VS 2017 Enterprise Edition.
It runs the unit tests in the background as we edit code and visualizes the results and code coverage live, in the editor, in real-time. It also informs about the whether the new code added is already covered by one or more existing tests.
|
Alert Moderator