testing Flashcards
iterative testing
-the program is tested while it is developed
-the programmer will test a module, fix errors then test it again
-repeats until module is working correctly
-fixes small errors that prevent large errors from occurring later on
final (terminal) testing
the program is tested at the end of the development process
what is a test plan?
outlines what you’re going to test and how you’re going to test it
normal data
data that is likely to be put in the program
boundary data
values at the limit of what the program should be able to handle
invalid data
inputs with a correct data type that should be rejected by the program
erroneous data
inputs with the incorrect data types that should be rejected by the program