Testing Fundamentals - Testing Models and Approaches
You have a list of features with risk scores:
Using a risk-based approach, which features should be tested first if the threshold is risk > 6?
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?
