< GCSE Computing — AQA
Application Testing
Introduction
When writing a computer program, it is very easy to make mistakes. Accidental coding mistakes that you make which adversely effect the functionality of your program are called bugs. When creating software, one of your goals is to minimise the number of errors or bugs in your program. The process of checking your code for errors is called debugging.
What could go wrong?
The Explosion of the Ariane 5 http://www.ima.umn.edu/~arnold/disasters/ariane.html
Techniques for testing code
- Unit testing.
- Testing extreme values.
Test Plans
Trace Tables
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.