Line: | Method Line | Type: | Exercise |
You should have completed: | This topic leads to: |
All of us make mistakes, so it is important to test any program or code you write to be as sure as you can that it is free from errors. Given some code, you will design a set of tests to check that the program is functioning properly. This is 'White Box' testing where you do have access to the code, and can therefore craft tests that make sure that every line of code is executed.