How does the "sandwich" approach of integration testing combine different methodologies?
- Combines black-box and white-box testing
- Combines regression and smoke testing
- Combines top-down and bottom-up integration
- Combines unit and system testing
The "sandwich" approach of integration testing merges both top-down and bottom-up methods. It allows simultaneous testing of the top and lower ends of software, ensuring quicker detection of interface errors throughout different levels of the application.
Loading...
Related Quiz
- In which type of integration testing are all components or units integrated simultaneously after they are fully developed?
- The _______ matrix is a tool used to prioritize risks based on their impact and likelihood.
- What distinguishes static testing from dynamic testing?
- What is the primary difference between load testing and stress testing?
- The goal of _______ testing is to ensure that any performance reductions are identified and addressed before they impact end-users.