Subdomain 1.1: Introduction
1.What is a test risk?
- A.A specific test case designed to address a risk.
- B.A requirement that has not been fully tested.
- C.An attribute of a test object that poses a risk.
- D.A defect found during test execution.
Show answer & explanation
Correct answer: B — A requirement that has not been fully tested.
- A. Incorrect. A specific test case designed to address a risk is a test condition or test design artifact, not the risk itself. Test cases are created to mitigate or reveal risks, but they are not the definition of a test risk.
- B. Correct. A test risk is a product risk associated with a quality characteristic that may not be adequately delivered by the system. In ISTQB terms, this is often framed as the possibility that a requirement or aspect of the product has not been sufficiently tested, leading to potential failure or loss.
- C. Incorrect. An attribute of a test object that poses a risk is closer to a risk factor or source of risk, but it is not the definition of a test risk. The risk is the potential negative impact, not the attribute itself.
- D. Incorrect. A defect found during test execution is the result of testing, not a risk. A defect is an actual problem in the software, whereas a test risk is a potential problem or area of concern before or during testing.