|
There are two major Testing techniques.
- Static – The program is not executed. The code is only inspected. Execution and verification are symbolic.
- Dynamic – This can be sub-divided further into White Box and Black Box testing.
There are three types of Testing.
- Black Box Testing
- White Box Testing
- Grey Box Testing
There are five levels of Testing.
- Unit Testing
- Integration Testing
- System Testing
- Acceptance Testing
- Regression Testing
|