Multiple choice technology testing

Integration testing is combination of Black box and White box testing.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Integration testing involves testing the interactions between integrated modules or systems. It can employ both black-box testing (verifying inputs and outputs without seeing internal code) and white-box testing (examining internal logic and code structures). While integration testing is a level of testing rather than a method, it commonly uses both approaches at module interfaces.