testing Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

syntax errors

A

when the compiler or interpreter does not understand something you have typed because it does not follow the rules of grammar of the programming language

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

logic errors

A

when the compiler or interpreter is able to run the program, but the program does something unexpected

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

iterative testing

A

the program is being tested while in development. often the programmer will test a module, fix any errors they find and test it again. They will repeat the process until the module is working correctly

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

final testing

A

the program is tested at the end of the development process. The whole program is tested at the same time in order to see that it is working correctly

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

what are the 2 main types of testing

A

iterative and final testing

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

what are the 4 categories for test data

A

normal data
Boundary data
invalid data
erroneous data

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

normal data

A

things that a user is likely to input into the program

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

boundary data

A

values at the limit of

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