Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.4.0

...

dotTEST allows you to run unit tests created in unit testing tools and report results to DTP. The following unit testing frameworks are currently supported:

  • NUnit 2, NUnit 3
  • MSTest, MSTest V2
  • xUnit

You can execute your unit tests with or without collecting coverage information by running one of the dedicated built-in configurations (see Running Unit Tests). dotTEST ships with framework-specific configurations for running NUnit and MSTest tests, but we highly recommend running your tests with a VSTest configuration (see Running Unit Tests with VSTest). VSTest is

...

an execution engine, which can execute NUnit, MS Test, and xUnit tests in a single run.

...