Testing techniques











Sponsored Links:

Static Testing: 1)Don’t execute the program
2)Code inspection or “walk through”
3)Symbolic execution
4)Symbolic verification

Advantages: 1)Catch defects early, thus saving rework costs
2)Checklist approach
3)It focuses on coverage
4)Group point of view
5)Greater probability of finding defer

Disadvantages: 1)Time
2)You can check the information dependencies
3)High levels of skill necessary



Dynamic Testing: 1)Generate test data and execute the program
2)White-box/Glass-box Testing
3)Unit Testing
4)Integration/Interface Testing
5)Black-box Testing
6)System Testing
7)Acceptance testing

No comments: