Please enable JavaScript.
Coggle requires JavaScript to display documents.
INSPECTION VS DYNAMIC TESTING - Coggle Diagram
INSPECTION VS DYNAMIC TESTING
INSPECTION
STATIC TESTING
Check conformance with specification not real requirements
Cannot check non-functional characteristics
Doesn't require execution
ADVANTAGES
Consider broader quality attributes of a program
Inspected without additional cost
No need to be concerned with interactions between errors
DYNAMIC TESTING
Ensure system meets requirements
Require execution
Interacts with software, provide inputs, evaluate outputs
Assess non functional aspects
METHODS
White-Box testing
Black-box testing
ADVANTAGES
Complex defects can be found
Can be automated using tools