SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Identify the type of integration testing which uses stubs.
A
Bottom-up testing
B
top-down testing
C
system testing
D
both a and b
Explanation: 

Detailed explanation-1: -The goal here is to reach the mid module by testing both top and bottom modules simultaneously. This approach uses both stubs and drivers.

Detailed explanation-2: -In bottom-up approach, testing can start only after the bottom level modules are ready. This sandwich or mixed approach overcomes this shortcoming of the top-down and bottom-up approaches. It is also called the hybrid integration testing. also, stubs and drivers are used in mixed integration testing.

Detailed explanation-3: -Big Bang Method. This method involves integrating all the modules and components and testing them at once as a single unit. Bottom-Up Method. Hybrid Testing Method. Incremental Approach. Stubs and Drivers. Top-Down Approach. 17-Feb-2023

There is 1 question to complete.