Unit Testing has become a very important aspect of the latest DevOps practices. Unit Testing is a White Box testing technique. “White Box” means 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 this video, we'll learn the basics of Unit Testing. In the next video, we'll see how to do Unit Testing with NUnit.
 
This video talks about what Unit Testing is, what are the different elements of Unit Testing, and how Unit Testing is signigficant.
 

Introduction to Unit Testing with NUnit - Part 1
Jul 29 2019

Bilal Shahzad

Unit testing is an important aspect of DevOps practices. In this video, we will understand the basics of Unit Testing to eventually develop our understanding of NUnit.