Complete tutorial on how to add Unit Tests to your C# ASP.Net Core Web Application. In this video I show you the exact steps on how to set up a unit test project, show you some best practices, and show you how to write unit tests from scratch. Unit tests are a key to clean software development, and you should be adding them to your solution. Subscribe for more videos!
Unit Tests typically follow this pattern: Arrange, Act, Assert. I go over this pattern, and other patterns for structuring your test class, all in this video!
Here is a stack overflow thread on the build error problem shown:
https://stackoverflow.com/questions/1...
Follow me on Instagram: / samuelsentimber