week 4 debugging / algorithmic complexity Flashcards

1
Q

black box testing

A

tests examining without peering into the code using possible test cases(code paths) and boundary value analysis e.g. negative int 0 positive int

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

glass box testing

A

unit testing –> integration testing -> regression __forloops_notentered+once+many
__whileloop_forloopcases+all ways of exiting

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

unit testing

A

testing of modules (eg: functions/definitions) work properly

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

integration testing

A

does the sum of the parts work as intended ?

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