📖 What is Risk Analysis?
Risk Analysis is the process of assessing identified risks to estimate their level of risk, typically based on the likelihood of occurrence and the impact of the risk. It helps prioritize testing efforts towards the most critical areas.
"Risk level is typically Likelihood x Impact. This formula is fundamental for risk-based testing strategies."
📚 Certification: Certified Tester Foundation Level (CTFL-v4.0)
🔑 What are the Key Concepts of Risk Analysis?
- ▸ Qualitative vs quantitative risk analysis.
- ▸ The Likelihood x Impact formula.
- ▸ Prioritization of test cases based on calculated risk levels.
🎯 How does Risk Analysis appear on the CTFL-v4.0 Exam?
Given a matrix of likelihood and impact, calculating the highest risk component to test first.
Determining what to do when testing time is cut short (test highest risk areas first).
❓ Frequently Asked Questions
What determines 'impact' in risk analysis?
Impact is the damage caused if the failure occurs (e.g., financial loss, safety hazards, reputation damage).
Why analyze likelihood?
A high-impact event that is almost impossible to trigger might be lower priority than a medium-impact event that happens to every user.