One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the following is an example of addressing this principle in practice?

Opções de Resposta

A.Creating test cases that cover every possible specified output
B.Documenting all possible test input variations and prioritizing these based on importance
C.Starting testing as early as possible with reviews and other static testing approaches
D.Using equivalence partitioning and boundary value analysis to generate test cases

Resposta Correta

D: Using equivalence partitioning and boundary value analysis to generate test cases

Mais Questões desta Prova