How do I run a test with NUnit?

How do I run a test with NUnit?

Nunit includes three alternative runners for loading and running your tests. Nunit-console.exe, the console runner, is used for batch execution. Nunit.exe, the GUI runner, allows for interactive test loading and execution.