🎴 Flashcard Mode

Software Testing Techniques and Methodologies

Card1 / 13
Mastered0
Review0
QuestionClick to flip

When software reliability measures are used to determine when to stop testing, the best types of test cases to use are those that

AnswerClick to flip back
A
Exercise system functions in proportion to the frequency they will be used in the released product
💡 Explanation:

When using reliability metrics to determine testing completion, you want test cases that reflect real-world usage patterns. Option A represents operational profiling, testing system functions proportional to their actual usage frequency. Options B, C, and D describe stress testing, edge-case testing, and complexity-focused testing, which are valuable but not the best fit for reliability-based stopping criteria.

Change Mode