SDD - testing Flashcards
Normal test data
shows that the program works as expected
Normal test data lies
within the acceptable range of inputs
extreme test data is used
to test the boundary limits of a program
extreme test data consists of the
lower and upper acceptable inputs
exceptional test data is used
to test that the program can handle unexpected inputs
Exceptional test data should
contain values which do not lie within the acceptable range of inputs
Syntax errors are errors
in code such as misspelled keywords or incorrect use of the programing language rules
execution errors
will cause the program to crash unexpectedly
a logic error
does not cause the program to crash but it will produce unexpected results