SDD - testing Flashcards

1
Q

Normal test data

A

shows that the program works as expected

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

Normal test data lies

A

within the acceptable range of inputs

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

extreme test data is used

A

to test the boundary limits of a program

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

extreme test data consists of the

A

lower and upper acceptable inputs

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

exceptional test data is used

A

to test that the program can handle unexpected inputs

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

Exceptional test data should

A

contain values which do not lie within the acceptable range of inputs

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

Syntax errors are errors

A

in code such as misspelled keywords or incorrect use of the programing language rules

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

execution errors

A

will cause the program to crash unexpectedly

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

a logic error

A

does not cause the program to crash but it will produce unexpected results

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