Please enable JavaScript.
Coggle requires JavaScript to display documents.
static testing basics - Coggle Diagram
static testing basics
-
benefit
detect early defect before dynamic testing is perform (req/system specification review, backlog refinement (sang loc ton dong)
-
-
-
-
-
-
-
-
-
-
static analysis can be applied to any work product with a formal structure(code, model) with static analysis tool exist
static analysis can apply with tool to evaluate work product written in natural language (requirement -> check spelling, grammar, readability)
most types of maintainability defects
con only be found by static testing
(ex. improper modularization, poor reusability of component, code that is difficult to analyze & modify without introducing new defect)