Bird
0
0

A company wants to avoid costly failures by testing their software regularly. Which strategy best achieves this goal?

hard📝 Application Q15 of 15
Testing Fundamentals - Why Software Testing Matters
A company wants to avoid costly failures by testing their software regularly. Which strategy best achieves this goal?
ATest manually only when users report problems
BTest only once before the final release to save time
CRun automated tests after every code change and fix failures immediately
DIgnore minor bugs and focus on adding new features quickly
Step-by-Step Solution
Solution:
  1. Step 1: Understand the benefit of regular automated testing

    Running automated tests after each change catches bugs early and consistently.
  2. Step 2: Compare other options to best practice

    Testing only once or ignoring bugs risks costly failures; manual testing only after problems is reactive, not preventive.
  3. Final Answer:

    Run automated tests after every code change and fix failures immediately -> Option C
  4. Quick Check:

    Regular automated testing = Prevent costly failures [OK]
Quick Trick: Test often with automation to catch bugs early [OK]
Common Mistakes:
  • Testing only once before release
  • Ignoring small bugs
  • Waiting for user reports to test

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes