Unit Testing has become a very important aspect of the latest DevOps Practices. It is a White Box testing technique so, you do your testing after analyzing the internal implementation of “Unit”. You write code to test your unit (code). It is normally done by developers.
In the
first part of this video series, we learned the basics of Unit Testing. In this video, we'll learn how to use NUnit to perform teh unit testing on a .NET code in Visual Studio.
With the help of a demo application, we will perform unit testing using NUnit, step by step.