Lecture 6
2
Testing
•Important
•Psychologically difficult
–you don’t want to know if your code is broken
–when the programming is done you’d like to be done
•In industry there’s a QA department -      consider asking a friend
•We test your code when we run it. We’re mean.
•Where is the error?
–in the code
–in the documentation
–in the specification