how would we automate the execution of the tests
how would we automate the execution of the tests.Is there a better way to do this than a Windows Scheduled Tasks? w开发者_StackOverflow中文版e are using TFS for CI and NUnit for testing
Add a build task to run the tests.
There is a bunch of extra community tasks here.
And a blog post explaining how to setup MSBuild with nUnit.
NUNIT command line option can be used in the Post Build event to run the assiciated test when the project compiles.
精彩评论