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