Explain why program inspections are an effective technique for discovering errors in a program.
Answers
Answered by
0
Answer:
They have been shown to be an effective technique for discovering program errors. Advantages of inspections include: During testing, errors can mask (hide) other errors. Because inspection is a static process, you don't have to be concerned withinteractions between errors.
Similar questions