Thursday 15 March 2012

Continuous Test Runner

Continuous Testing means running unit tests after each build in an automated way.

In the new Team Explorer, we have this functionality built-in.

To enable it, the only needed task is to check the Run Tests After Build flag under the Unit Test Settings menu:

image

That’s it, now everytime we hit CTRL+SHIFT+B our test suite is going to be run again.

No comments:

Post a Comment