Lesson 12 of 15 ~10 min
Course progress
0%

Risk-Based Testing Quiz

Test your knowledge of risk-based testing principles

Risk-Based Testing Quiz

How do you calculate risk in risk-based testing?

Risk = Impact + Probability

Risk = Probability × Impact

Risk = (Probability + Impact) / 2

Risk = Impact - Probability

A feature has Probability=4 and Impact=5. What is the risk score and level?

Risk=9 (Medium Risk)

Risk=20 (Critical Risk)

Risk=1 (Low Risk)

Risk=20 (High Risk)

What test coverage is recommended for CRITICAL risk items (score 20-25)?

50% requirements coverage

70% requirements coverage

100% requirements coverage with extensive manual testing

Automation only, no manual testing

When should you re-evaluate risk assessments?

Only at project start

Once per quarter

Continuously throughout the project when changes occur

Only after production incidents

Which factor is NOT typically considered in technical risk assessment?

Code complexity

New technology usage

Team member vacation schedules

Third-party integrations

For a LOW risk item (score 1-5), what is the recommended testing approach?

100% coverage with manual testing

Skip testing entirely

50% coverage with automation only

90% coverage with exploratory testing

What should be the priority 1 in regression testing?

All test cases equally

Newest features only

Critical user journeys and payment flows

UI cosmetic tests

How should testing resources be allocated based on risk?

All testers work on all risks equally

Senior testers on critical/high risk, junior on low risk

Junior testers on critical items for learning

Random assignment

What is a key benefit of risk-based testing?

Eliminates all bugs

Reduces testing time to zero

Optimizes testing resources by focusing on high-impact areas

Makes testing unnecessary

Which statement about risk mitigation is correct?

Risk mitigation is only needed for low-risk items

Once risk is assessed, no further action is needed

High-risk items need preventive actions, extended testing, and monitoring

Risk mitigation means avoiding all testing

Quiz Results

9-10 correct: Excellent understanding of RBT principles!

7-8 correct: Good knowledge, review missed areas.

5-6 correct: Fair grasp, revisit the lesson.

Below 5: Study the material thoroughly.

Key Risk-Based Testing Concepts

Risk Formula

Risk = Probability (1-5) × Impact (1-5)

Risk Levels:
- Critical: 20-25
- High: 12-19
- Medium: 6-11
- Low: 1-5

Test Coverage by Risk

Critical (20-25): 100% coverage + manual + security
High (12-19):     90% coverage + automation
Medium (6-11):    70% coverage + automation
Low (1-5):        50% coverage + automation only

Resource Allocation

Critical/High Risk → Senior Testers
Medium Risk       → Mid-Level Testers
Low Risk          → Junior Testers + Automation

Continuous Re-evaluation

Review triggers:
- Requirements change
- New defects
- Production incidents
- Technology changes
- Resource changes