Running Unit Tests
Units tests play a vital role in Continuous Integration, TDD, and overall software
quality. BuildMaster makes it easy to ensure that your tests are run when building
to an environment of your choice via a number of supported test runners, including:
- NUnit
- MbUnit
- Gallio
- MSTest
- JUnit
To run tests during a deployment, simply add the Testing action
of your choice to your deployment plan:

For this example, I'll be using NUnit. I'll configure the action with the path to
the console test runner and the path of the test project assembly:

Once saved, my deployment plan to the Testing environment will display the action:

Now, whenever I execute a build to my Testing Environment, the tests will run. The
results of the test will be linked to from the Build Execution Details page:

If I select [test results], I'll see a summary of all the tests
that were run:

Related Content
Haven't found what you're looking for? Try some of the content below.
Tutorials
Support Questions