Ask Question
21 April, 15:52

Your supervisor said, "Integration testing is a waste of time. If each program is tested adequately, integration testing is not needed. Instead, we should move on to system testing as soon as possible. If modules don't interact properly, we'll handle it then." Do you agree or disagree with this comment?

+4
Answers (1)
  1. 21 April, 17:40
    0
    No

    Explanation:

    Integration testing is done to see how the various modules of a program works together to achieve a goal or a functional requirement. So skipping this phase is a bad idea. This is because, these programs are part of a bigger system, and they are expected to function properly by working with each other when the system is up and running. The integration phase is used to check how these programs function together to achieve a goal. So skipping this phase might not be a good idea. More so, if this phase is performed, any issues concerning program integration would have been dealt with thoroughly. This will will prevent tackling a lot of problems coupled with integration problem in the other phases after integration.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Your supervisor said, "Integration testing is a waste of time. If each program is tested adequately, integration testing is not needed. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers