Tech Breakfast #18 - NUnit and Unit Testing

Jun 25, 2014

Unit testing is a crucial component of the development process. Thankfully there are many unit testing frameworks out there that help us implement unit testing. NUnit is a unit testing framework for the .NET framework. Coupled with a continuous integration strategy it can be a very useful tool in detecting bugs in our code on a periodic basis. Test early and often!