Line: | Input 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 a program, you will design a set of tests to check that the program is functioning properly. This is 'Black Box' testing where you don't have access to the code, and can only test from the user perspective.