Computer Science AQA AS > Section 2 Chapter 10 - Testing > Flashcards
Purpose of testing
To try and uncover undetected errors
The main types of test data (3)
Normal data
Data within the expected range
Boundary data
Data at the ends of the expected range
Erroneous data
Data that is either outside the expected range or is of the wrong data type
Dry running
A technique to locate errors in programs with the aid of a trace table