EMERGING TRENDS IN SOFTWARE ENGINEERING
MISCELLANEOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Bottom-up testing
|
|
top-down testing
|
|
system testing
|
|
both a and b
|
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