Please enable JavaScript.
Coggle requires JavaScript to display documents.
TESTING
ACTIVITIES (:bookmark_tabs: CODE
INSPECTION (Conducted by 4…
TESTING
ACTIVITIES
-
:check: WALKTHROUGH
Done by 3 to 5 people
(Tester, moderator,
author, secretary)
-
Less formal than inspections,
& require less practice to be
effective & can be less effective
-
Emphasis on error detection,
not correction
-
-
-
:pen: CROSS
READING
Read code and look for errors,
commenting on design, style,
maintainability, etc.
-
-
-
-
-
-
Find error, not debug errors -
"easy" and not tricky errors
-
:+1: QUALITY
EVALUATION
-
-
-
Measuring the complexity
of module may, among other
things, allow the tester to
center the tests better around
the most complex modules
-
-
-