Intermediate
Software Testing & QA
Q51 / 100
What is a "flaky test"?
Correct! Well done.
Incorrect.
The correct answer is B) A test that sometimes passes and sometimes fails without any changes to the code being tested, often due to timing, ordering, or environment issues
B
Correct Answer
A test that sometimes passes and sometimes fails without any changes to the code being tested, often due to timing, ordering, or environment issues
Explanation
Flaky tests undermine trust in the test suite because failures don't reliably indicate real problems, often caused by race conditions, shared state, or external dependencies.
Progress
51/100