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.
 

Introduction to Unit Testing with NUnit - Part 2
Jul 30 2019

Bilal Shahzad

In this second part, we will understand with the help of a demo application how unit testing can be done using NUnit, step by step.