What is the Business Value of Unit Testing? Part 2
Sep 1, 2018 · 5 min read
In the previous post, we started on a business application with the requirement:
As a user, I need a way to enter a number. Once the number has been entered, I need it to be printed back to me. The customer loves the app! But has a few new requirements for us:
As a user, I need a way to enter a number. Once the number has been entered, I need it to be printed back to me.
If a number evenly divisible by 3 is entered, the user should receive back “Fizz” rather than the number
