There is a set of test cases for several days, but the business needs a release today and only has time for 5 of them. What criteria do you use for selection?
sobes.tech AI
Answer from AI
When limited by testing time and needing to select only 5 test cases from a set over several days, I would choose them based on the following criteria:
-
Criticality of functionality: I select tests that cover the most important and frequently used business functions, which are crucial for key process operations.
-
Defect risk: Tests that verify areas of code with a high likelihood of errors (new functionality, recently changed code).
-
Impact on the user: Tests that check functions directly affecting the user experience.
-
Automation and speed: I prefer automated tests that can be executed quickly and yield results promptly.
-
Defect history: Tests that have previously identified critical bugs.
Thus, I choose tests that most effectively reduce release risks and ensure coverage of the most important aspects of the system.