Multiple choice technology web technology

When do we mark a test case as 'BLOCKED' during test execution

  1. When onsite team asks to mark it BLOCKED

  2. When test case is out of scope

  3. When we do not have time to execute a test case

  4. When a test case is failing due to another FAILED test.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A test case is marked BLOCKED when it cannot be executed because a dependency (another test case, prerequisite, or feature) is failing or not available. It's not about time constraints, scope, or external requests - it's about technical dependencies blocking execution.