Bird
0
0

What is a key reason Continuous Integration (CI) enables continuous testing?

easy📝 Conceptual Q2 of 15
Selenium Python - CI/CD Integration
What is a key reason Continuous Integration (CI) enables continuous testing?
AIt disables tests during development
BIt schedules tests to run only once a week
CIt requires manual approval before tests run
DIt automatically triggers tests on every code commit
Step-by-Step Solution
Solution:
  1. Step 1: Identify CI behavior on code commits

    CI systems trigger automated tests immediately after each code commit.
  2. Step 2: Understand continuous testing concept

    Continuous testing means tests run frequently and automatically, not manually or rarely.
  3. Final Answer:

    It automatically triggers tests on every code commit -> Option D
  4. Quick Check:

    CI triggers tests on commit = A [OK]
Quick Trick: CI triggers tests automatically on commits [OK]
Common Mistakes:
  • Thinking tests run weekly or manually
  • Believing tests are disabled during development

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Selenium Python Quizzes