Which form of integration testing involves integrating one component at a time?

  • Big Bang
  • Incremental
  • Sandwich
  • Top-Down
Incremental integration testing involves integrating one component at a time, testing it, and then moving to the next, ensuring that defects are identified and corrected at each step. This approach is efficient in pinpointing issues.
Add your answer
Loading...

Leave a comment

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