How are people unit testing their business applications? I\'ve seen a lot of examples of unit testing with \"simple to test\" examples. Ex. a calculator. How are people unit tes
For lots of different runs over the same logic but with different data you can use CSV, as many columns as you like for the input and the last for the output etc.