When using the _______ approach in incremental integration testing, testing starts from the higher levels of the hierarchy.
- Big Bang
- Bottom-up
- Sandwich
- Top-down
In the Top-down approach of incremental integration testing, testing starts from the top or main module and moves downwards, incorporating sub-modules one by one. This approach allows testing of the main functionality earlier in the development process, even if all sub-modules aren't complete yet.
Loading...
Related Quiz
- What is the primary goal of unit testing?
- Which test metric would be most useful in assessing the overall health and quality of a software product in production?
- A(n) _______ is a formal type of review where the reviewers are selected based on their expertise, and the process is well-defined.
- The process of testing software paths by determining the number of executed edges over total edges is known as what in white-box testing?
- Which of the following best describes the primary advantage of experience-based techniques?