What is NUnit in selenium?

What is NUnit in selenium?

NUnit is a .NET-based unit testing framework for writing and executing tests that verify the correctness of code. Many developers prefer NUnit in part because it’s free to use. Once you create NUnit project ,under test case , use Selenium WebDriver to interact with browsers.