The method where all developed modules are combined together to check the completeness of software is called _______ integration testing.
- Big Bang
- Bottom-Up
- Sandwich
- Top-Down
Big Bang integration testing is where all or most of the modules that are developed are integrated simultaneously and then tested. While it might seem efficient, this method can lead to challenges in identifying the root cause of defects.
Loading...
Related Quiz
- In which type of integration testing are all components or units integrated simultaneously after they are fully developed?
- During the STLC, the process of executing the test cases and reporting defects is carried out in the _______ phase.
- What is the primary purpose of incremental integration testing?
- How does session-based test management (SBTM) enhance the efficiency of exploratory testing?
- You are handed an application with a primary goal to validate its internal algorithm structures and logic. Without prior detailed information about its functional behavior, which testing technique will you utilize?