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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *