It is recommended to perform exhaustive tests for covering all combinations of inputs and preconditions.
It is recommended to perform exhaustive tests for covering all combinations of inputs and preconditions.
Exhaustive testing, which involves covering all possible combinations of inputs and preconditions, is often impractical due to the vast number of potential combinations. Instead, a more effective approach would be to use risk analysis and priorities to focus testing efforts where they are most needed. This helps ensure that the most critical areas are tested efficiently without the need for an impractically large test suite.
B of course
B is correct
A. Yes, it’s strongly recommended.