In this video I cover the basics of using NUnit for unit testing in the .NET Core application.
Note: Spelling for Subtraction was incorrect, I have corrected it in the blog and source code: http://bit.ly/33hUcrc
NUnit is a unit testing framework for .Net. It is probably the most popular unit testing framework in .Net. As of this post, it has more than 47 million downloads in Nuget.org.
It is extremely feature-rich. I would be covering few of the features which I found very useful throughout my career.