dotTEST helps you improve the quality of your tests and ensure compliance with your unit testing policy in a number of ways.
From Visual Studio, you can:
dotTEST ships with the following test configurations that allow you to run tests from Visual Studio:
Run VSTest Tests
(executes NUnit1, MSTest, and xUnit tests)Run VSTest Tests with Coverage
(executes NUnit1, MSTest, and xUnit tests and collects coverage information)For details about about support for unit testing frameworks, see Unit Testing in the Automation User Guide.
1 dotTEST ships with legacy test configurations that allow you to only run NUnit tests (see Built-in Test Configurations). However, we strongly recommend executing your NUnit test with the VSTest test configurations.