sam
sam

Reputation: 4684

How to setup tests using builds in TFS 2010

Currently I have a setup of build controllers. I want to run automation test scripts referring to some dll. I tried giving the set-up in Process tab of build definition under automated tests. But nothing happens. Please guide what things are necessary for running automated tests.

Upvotes: 1

Views: 923

Answers (1)

Frank Leigh
Frank Leigh

Reputation: 5372

This is a good guide to setting up automated unit test in TFS Builds: http://geekswithblogs.net/jakob/archive/2009/06/03/tfs-team-build-2010-running-unit-tests.aspx

Upvotes: 1

Related Questions