Multiple choice technology testing

Why is software testing important?

  1. Confidence to stakeholders.

  2. Confidence to client that it is bug-free.

  3. zero defects.

  4. Prevent problems of failure in

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Software testing provides confidence to stakeholders about system quality and fitness for use. Option B is wrong because software cannot be guaranteed bug-free. Option C is unrealistic and option D is incomplete.

AI explanation

Testing is important primarily because it gives stakeholders (management, clients, users) justified confidence that the software behaves as intended and that risks have been reduced to an acceptable level. It does not guarantee "zero defects" or complete bug-freedom, since testing can only reveal defects, not prove their total absence.