Bird
0
0

If a feature has Impact=5 and Likelihood=1, and another has Impact=2 and Likelihood=4, which has higher risk and should be tested first?

medium📝 Predict Output Q5 of 15
Testing Fundamentals - Testing Models and Approaches
If a feature has Impact=5 and Likelihood=1, and another has Impact=2 and Likelihood=4, which has higher risk and should be tested first?
AFeature with Impact=5 and Likelihood=1
BFeature with Impact=2 and Likelihood=4
CBoth have equal risk
DNeither, test features with lowest risk first
Step-by-Step Solution
Solution:
  1. Step 1: Calculate risk for both features

    Feature 1 risk = 5 x 1 = 5; Feature 2 risk = 2 x 4 = 8.
  2. Step 2: Compare risk values

    Feature 2 has higher risk (8) and should be tested first.
  3. Final Answer:

    Feature with Impact=2 and Likelihood=4 -> Option B
  4. Quick Check:

    Higher risk = Feature 2 (8) [OK]
Quick Trick: Multiply impact and likelihood to compare risks [OK]
Common Mistakes:
  • Choosing feature with higher impact only
  • Ignoring likelihood in calculation
  • Assuming equal risk without calculation

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes