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

Answer Options

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โœ“

Correct Answer

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

Explanation

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.

More Questions from This Exam