I have created some unit tests for my C # web application. What I would like to do next is to automatically run unit tests every time I create my application.
I understand that you have the option "Run unit tests after build" in Visual Studio 2015 Enterprise Edition, which will do just that. But, unfortunately, I only have a professional version that does not seem to offer this feature.
Is there any other way to automatically run unit tests when creating code using Visual Studio 2015 Professional Editing?
source
share