Unit Testing 101: Write your first unit test in C# with MSTest

from blog Just Some Code, | ↗ original
Do you want to start writing unit tests and you don’t know how to start? Were you asked to write some unit tests on a past interview? Let’s see what a unit test is and how to write your first unit tests in C#. 1. What is a Unit test? The book The Art of Unit Testing defines a unit test as “an automated piece of code that invokes a unit of work in...