testing Flashcards
1
Q
what are the two types of testing?
A
iterative and terminal/final
2
Q
what is normal data?
A
data which should be accepted by a program without causing errors
-boundary- data accepted but on the very edge
-invalid- the correct type of data but not within the boundary
-erroneous- the incorrect type of data
3
Q
what is boundary data?
A
data accepted but on the very edge
4
Q
what is invalid data?
A
the correct type of data but not within the boundary
5
Q
what is erroneous data?
A
the incorrect type of data