Multiple choice technology testing

Hybrid Testing is

  1. Combination of one or more testing techniques

  2. Combination of top-down and bottom-up testing

  3. Both A and B

  4. None of the above.

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

Hybrid testing specifically combines top-down and bottom-up integration testing approaches. It uses stubs for lower modules while testing upper modules, and drivers for upper modules while testing lower modules, allowing parallel testing activities. Option A is too generic - many techniques combine methods, but 'hybrid' in this context refers to the specific top-down/bottom-up combination.