UNIT TESTINGValidate individual components of code perform |
FUNCTIONAL TESTINGValidate the expected behavior operates |
ACCEPTANCE TESTINGEvaluate the execution of real-world scenarios to |
INTEGRATION TESTINGValidate combined modules function |
SYSTEM TESTINGPerformed to ensure the entire system |
1
Simulate actual
system usage
2
Make no structural
assumptions
3
Cover all scenarios by including
positive, negative, & boundary
scenarios
Devise a plan
Execute the plan
Verify results
Take the
appropriate actions