Testing Techniques

There are two major Testing techniques.

  1. Static – The program is not executed. The code is only inspected. Execution and verification are symbolic.
  2. Dynamic – This can be sub-divided further into White Box and Black Box testing.

There are three types of Testing.

  1. Black Box Testing
  2. White Box Testing
  3. Grey Box Testing

There are five levels of Testing.

  1. Unit Testing
  2. Integration Testing
  3. System Testing
  4. Acceptance Testing
  5. Regression Testing

CLOSE