Intermediate
Software Testing & QA
Q50 / 100
Why is test independence (tests not depending on each other or on execution order) important?
Correct! Well done.
Incorrect.
The correct answer is B) Independent tests can run in any order or in parallel, and a failure in one test does not cascade into false failures in others
B
Correct Answer
Independent tests can run in any order or in parallel, and a failure in one test does not cascade into false failures in others
Explanation
Tests that depend on shared state or order can produce flaky results and make it hard to isolate the actual cause of a failure.
Progress
50/100