In incremental integration testing, as modules are added, tests are _______ to ensure that they integrate properly with the system.

  • expanded
  • modified
  • reduced
  • repeated
In incremental integration testing, as new modules are integrated, tests are "repeated" for the new combined group of modules to ensure that the newly added module integrates properly with the existing system. This ensures that with each addition, the system remains stable and no new issues are introduced due to the integration.
Add your answer
Loading...

Leave a comment

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