What is NUnit framework?
NUnit is the most commonly used open source framework which we design to write and run different tests in Microsoft . NET programming languages. We should know that NUnit, similar to JUnit, belongs to the category of test-driven development (TDD). This plays a part in the software design paradigm, popularly called as Extreme Programming (XP).