Once a thorough series of test data has been created it needs to be used to check the correctness of the algorithm or code.
If we are checking an algorithm then a manual desk check is performed. For coded solutions, most programming environments allow developers to step through each line of code as it is executed. This is essentially an automated desk check. Let us consider each of these techniques. |
11 SDD > 8.2 Introduction to Software Development > 8.2.3 Testing and Evaluating Solutions > 1. Testing the Solution > 2. Test Data for Checking Algorithms and Code > 1. The Selection of Appropriate Test Data >
