testing Flashcards

1
Q

iterative testing

A

-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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

final (terminal) testing

A

the program is tested at the end of the development process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is a test plan?

A

outlines what you’re going to test and how you’re going to test it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

normal data

A

data that is likely to be put in the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

boundary data

A

values at the limit of what the program should be able to handle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

invalid data

A

inputs with a correct data type that should be rejected by the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

erroneous data

A

inputs with the incorrect data types that should be rejected by the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly