In total there are 3 types of testing techniques are there. They are

  1. Review Techniques
  2. white box Techniques
  3. black box Techniques

Note:

  • Combination of White box and Black box techniques are called Gray box or Validation Techniques or Dynamic testing techniques.
  • Review techniques are also called as Verification techniques or Static testing techniques

Review Techniques: The techniques used to verify the documents that will be useful in testing are called Review techniques or verification techniques or Static testing techniques. There are 4 techniques in this. They are

  1. Walk Through
  2. Inspections
  3. Peer Reviews

White box Techniques: There are 4 types in this

  1. Basic path Coverage
  2. Control Structure Coverage
  3. Programs Technique Coverage
  4. Mutation Coverage

Black box Techniques: There are 4 types in this as well

  1. Boundary Value Analysis (BVA)
  2. Equivalence Class Partitions (ECP)
  3. Decision Tables (DT)
  4. State Transition Diagrams (STD)