Practice free →
HomeSoftware TestingSoftware Testingtools_automation_cicd › A 'flaky test' is a test that

A 'flaky test' is a test that

APasses and fails inconsistently on same code
BAlways fails on every test run consistently
CAlways passes on every test run reliably
DCannot be executed without a paid licence
Answer & Solution
Correct answer: A. Passes and fails inconsistently on same code
Flaky tests intermittently fail without code change, eroding trust in CI signals. Root causes: race conditions, timing assumptions, external dependencies, test order coupling. Treatment: quarantine, debug, fix or delete.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions