Wednesday, March 25, 2020

Better testing in Visual Studio 2019 Enterprise than Visual Studio 2019 Professional?

Yes! Per this, it comes with Live Unit Testing, IntelliTest, Microsoft Fakes (Unit Test Isolation), and Code Coverage! Live Unit Testing is running impacted unit tests in the background! Microsoft Fakes replaces gunk with stubs of shims, and shims modify compiled code at compilation time. Code Coverage will tell you what percentage of the code is covered by tests.

No comments:

Post a Comment