Is NUnit a test runner?

Is NUnit a test runner?

NUnit is an open source test framework. If I were to try and describe it in the simplest terms I would say, it allows us to mark methods in C# as tests. Then we design those methods to exercise our application. This could be a unit, an API or some code that uses a UI library to drive a UI. You can execute Selenium Test Cases using NUnit Framework .