PreviousNext

Automated Build-Deploy-Test using TFS 2012

by bill-s, 2012-09-07T07:17:41.000Z

The automated build, deploy and test mechanism in TFS 2012 provides the ability to perform automated build, deploy and test on demand. A daily build could be scheduled which builds the latest code, deploys it to an environment and runs the tests on it. The build can be scheduled to run on a daily basis or on every check in to make sure that we test often and test early.

Read More