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 VStest built-in configurations (see Running Unit Tests). VSTest is an execution engine that can execute NUnit, MSTest, and xUnit tests in a single run.

Visit the Parasoft Marketplace (http://marketplace.parasoft.com) for additional unit test tool integrations.

  • No labels