0
0
Testing Fundamentalstesting~5 mins

Risk analysis for testing in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is risk analysis in software testing?
Risk analysis is the process of identifying and evaluating potential problems that could affect the success of testing. It helps testers focus on the most important areas to test first.
Click to reveal answer
beginner
Name two main factors considered in risk analysis for testing.
The two main factors are the likelihood of a problem happening and the impact it would have if it does happen.
Click to reveal answer
beginner
Why is risk analysis important in testing?
It helps use limited time and resources wisely by focusing on testing the parts of the software that could cause the biggest problems.
Click to reveal answer
intermediate
What is a risk-based testing approach?
Risk-based testing means planning and performing tests based on the risks identified. Tests focus more on high-risk areas and less on low-risk areas.
Click to reveal answer
beginner
Give an example of a risk that might be found during risk analysis.
An example risk could be that a new feature might cause the app to crash, which would affect many users and cause bad reviews.
Click to reveal answer
What two factors are used to prioritize risks in testing?
ANumber of testers and tools
BCost and time
CLikelihood and impact
DCode size and complexity
Which testing approach focuses on the most risky parts first?
ARisk-based testing
BRegression testing
CExploratory testing
DSmoke testing
Why should testers perform risk analysis before testing?
ATo decide what to test first
BTo write code faster
CTo avoid testing completely
DTo increase the number of test cases
Which of these is NOT a typical risk factor in testing?
AImpact of failure
BComplexity of the feature
CLikelihood of failure
DTester’s favorite color
If a feature has low risk, what might testers do?
AIgnore it completely
BTest it less thoroughly
CTest it first
DOnly test it manually
Explain how risk analysis helps improve the testing process.
Think about how knowing risks changes what you test first.
You got /4 concepts.
    Describe what risk-based testing means and why it is useful.
    Consider how risk affects test planning.
    You got /4 concepts.