InterviewSolution
| 1. |
Why Is Software Testing Necessary? |
|
Answer» Software Testing is necessary because the existence of faults in software is inevitable. BEYOND fault-detection, the modern VIEW of testing holds that fault-prevention (e.g. EARLY fault detection/removal from requirements, designs ETC. through static tests) is at least as IMPORTANT as detecting faults in software by executing dynamic tests. Software Testing is necessary because the existence of faults in software is inevitable. Beyond fault-detection, the modern view of testing holds that fault-prevention (e.g. early fault detection/removal from requirements, designs etc. through static tests) is at least as important as detecting faults in software by executing dynamic tests. |
|