Non-incremental integration testing is sometimes called _______ because of its sudden and comprehensive integration nature.
- Big Bang
- Sandwich
- Stub
- Top-down
Non-incremental integration testing, commonly referred to as the Big Bang approach, involves integrating all modules suddenly at once and then testing the entire system. This approach is risky because if any defects arise, it becomes difficult to identify the root cause since everything is integrated all at once.
Loading...
Related Quiz
- During the STLC, the process of executing the test cases and reporting defects is carried out in the _______ phase.
- What is the primary objective of Continuous Integration (CI) in software development?
- Who is typically responsible for deciding the testing methodology and tools in a test organization?
- Which advanced black-box testing technique involves testing the application by understanding its functionality and without knowing its internal structures?
- In _______ integration testing, integration is performed step by step, starting from integrating two modules, then three, and so on.