Electrical and Computer Engineering
17 of 22
UAH
CPE 112
Testing and Debugging Phases
•Implementation Phase
–Code Walk-Through - make sure that you’ve faithfully reproduced the algorithm.
–Execution Trace - play computer and execute each statement of a program by hand.
–Testing Selection Control Structures - you need to execute each branch at least once and verify the results.
•