Bird
0
0

Which approach best combines Agile testing with continuous integration (CI) to improve software quality?

hard📝 Application Q9 of 15
Testing Fundamentals - Testing Models and Approaches
Which approach best combines Agile testing with continuous integration (CI) to improve software quality?
ATest only after all features are complete
BRun manual tests only after weekly builds
CRun automated tests on every code commit and report results immediately
DIgnore test failures during CI to speed up delivery
Step-by-Step Solution
Solution:
  1. Step 1: Understand CI and Agile testing integration

    CI requires frequent automated testing to catch issues early.
  2. Step 2: Identify best practice for quality improvement

    Running automated tests on every commit with immediate feedback fits Agile and CI goals.
  3. Final Answer:

    Run automated tests on every code commit and report results immediately -> Option C
  4. Quick Check:

    CI + Agile = Automated tests on every commit [OK]
Quick Trick: Automate tests and run them on every commit [OK]
Common Mistakes:
  • Relying only on manual testing
  • Testing too late in the cycle
  • Ignoring test failures

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes