Question:medium

Software testing plays a crucial role in ensuring reliability and correctness at different stages of development. Select the statement that correctly represents this role?

Show Hint

Testing is a "Destructive" process. A successful test is one that uncovers a previously undiscovered defect, not one that passes without finding anything!
Updated On: Jul 4, 2026
  • Software testing is only done after the software is fully implemented.
  • Unit testing verifies individual modules or components for correctness.
  • System testing tests only the hardware components of the system.
  • Testing is essential to identify defects and ensure software quality, even if the software is well-designed.
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0