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
2
Q
glass box testing
A
unit testing –> integration testing -> regression __forloops_notentered+once+many
__whileloop_forloopcases+all ways of exiting
3
Q
unit testing
A
testing of modules (eg: functions/definitions) work properly
4
Q
integration testing
A
does the sum of the parts work as intended ?