Please enable JavaScript.
Coggle requires JavaScript to display documents.
Testing (strategies (big bang, bottom up, Top down, sandwich, vertical…
Testing
strategies
big bang
bottom up
Top down
sandwich
vertical integration
Definitions
Failure: deviation of observed behavior
erroneous state
fault: cause of error
validation: checking for deviations
types
Unit
Integration
System
Acceptance
Dealing with Fault
avoidance
reviews
methodology
verification
scm
detection
testing
debugging
monitoring
tolerance
exceptions
redundancy
Model Driven Software Development
MDE (Engineering)
MDD (Development)
MDA (Architecture)
OO Test Modeling
Test Doubles
Dummy object
Fake object
stub
Mock object
Mock Object Pattern
Analysis
static
dynamic
manually
automatically