Nunit
A framework for unit testing that works with all.NET languages is called NUnit. JUnit was the original source of this open source platform. The most recent version, NUnit 3.0, is entirely redesigned and works with a variety of.NET platforms. The NUnit framework enables developers to create and run automated tests for their programs. The NUnit can test code written in any of the.NET languages, including F#, VB.NET, and C#. Several assert methods are included in the framework to make sure the code being tested is functioning correctly. In this tutorial the Installation, writing of the Test scripts and Integration with Selenium Webdriver is explained