Which of the following is an example of a good testing practice?

Opções de Resposta

A.Testers should have development experience
B.Developers should determine the order of test execution in the test procedures
C.Test design should begin when the code is complete to avoid changes
D.Testers should review requirements documents as soon as a readable draft is available

Resposta Correta

D: Testers should review requirements documents as soon as a readable draft is available

Explicação

D is correct. This is a good testing practice. A is not a requirement for many testers. B is not correct because this should be determined by the testers based on priority, risk, availability, etc. C is not correct because test design should start during code design and implementation.

Mais Questões desta Prova