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.