How can I run unit tests after build using Visual Studio 2015 Professional?

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?

+4
source share

All Articles