Multiple choice

Which of the following phases of waterfall model deals with integration testing?

  1. Build phase

  2. Test phase

  3. Design phase

  4. Deployment phase

  5. System engineering phase

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Waterfall method is a software model used for software development. It consists of many phases of software development. Build phase includes translation of program specifications into machine-readable form. Integration testing is done in this phase.