Legacy Documentation. View NUnit 3 Documentation

Running Tests

Nunit provides three different runners, which may be used to load and run your tests.

  • The console runner, nunit-console.exe, is used for batch execution.
  • The gui runner, nunit.exe, provides interactive loading and running of tests.
  • The pNUnit runner, pnunit-launcher.exe, is used to run parallel, distributed tests under the control of pNUnit.

Third-Party Runners

Various third-party applications are available for loading and running NUnit tests. Some of these actually use NUnit to load the tests, while others provide their own emulation and may not work in the same way that NUnit does.

Because the status of such projects may change from time to time, we don't discuss them individually here. For the latest information, consult the manufacturer of any third-party software or ask other users on our discussion list.

Additional Information

For additional general information on how tests are loaded and run, see