Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 that can execute NUnit, MS TestMSTest, and xUnit tests in a single run.

xUnit tests are executed only with VSTest  – if you analyze .NET Core projects, you can run your tests only with a VSTest configuration.

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