Challenge: Unit Test Using Test After Development
Explore how to create unit tests after writing application code using NUnit framework. Learn to implement parameterized tests, setup methods, and test factorial, permutation, and combination calculations with exception handling. This lesson helps you understand balancing various testing approaches to improve test effectiveness.
We'll cover the following...
We'll cover the following...
Introduction
In this project, you’ll write a unit test that tests the behavior of a class using the test after development approach. An assessment rubric is provided to give you an indication of whether the principles taught in this section have been applied. ...