Bird
Raised Fist0

You have a list of features with risk scores:

hard🚀 Application Q8 of Q15
Testing Fundamentals - Testing Models and Approaches
You have a list of features with risk scores:
features = {'Login': 9, 'Search': 5, 'Profile': 7, 'Settings': 3}

Using a risk-based approach, which features should be tested first if the threshold is risk > 6?
AOnly Settings
BSearch and Settings
CLogin and Profile
DAll features
Step-by-Step Solution
Solution:
  1. Step 1: Identify features with risk scores greater than 6

    Login (9) and Profile (7) have risk > 6.
  2. Step 2: Select these features for priority testing

    Risk-based testing focuses on high-risk features first.
  3. Final Answer:

    Login and Profile -> Option C
  4. Quick Check:

    Risk > 6 means Login and Profile first [OK]
Quick Trick: Test features with risk scores above threshold first [OK]
Common Mistakes:
MISTAKES
  • Including low risk features
  • Testing only one feature
  • Ignoring threshold condition

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes