Tag Archives: unit tests

Automated software testing part 4: combining similar tests

Previous: part 3 – Next: part 5 You can also find the code below in the src/unit-test-2   dir of my blog code repository. Today, you have been asked by your uncle to help him set up the new MegaBanana Slide in his Fun … Continue reading

Posted in software development, testing | Tagged , , , , , , , , | Leave a comment

Automated software testing part 2: testing strategy, or what to test

Previous: part 1 – Next: part 3 If you have done or read anything about unit testing, I’m sure you’ve encountered the standard example of a function that multiplies two numbers and returns the result. This function is pretty easy to test. Once … Continue reading

Posted in software development, testing | Tagged , , , , , | Leave a comment