Why is it very difficult to identify all the program faults and fix them completely?
Answers
Answered by
0
Answer:Because you might not go through all the possible inputs during testing of software. In real world use, a user might trigger some event for which there is no remedial provision has been made during software development and when you try to fix that , other sections of software may get affected . It's same like redesigning an already constructed house.
Explanation:
Similar questions