In an iterative lifecycle model, which of the following is an accurate statement about testing activities?

Opções de Resposta

A.For every development activity, there should be a corresponding testing activity
B.For every testing activity, appropriate documentation should be produced, versioned and stored
C.For every development activity resulting in code, there should be a testing activity to document test cases
D.For every testing activity, metrics should be recorded and posted to a metrics dashboard for all stakeholders

Resposta Correta

A: For every development activity, there should be a corresponding testing activity

Explicação

A is correct. For any lifecycle model, this is a correct statement. B is not correct because some testing activities may not produce documentation, such as reviews. C is not correct because test cases are not always written, particularly in an Agile lifecycle (which is an iterative lifecycle) where only exploratory testing might be used. D is not correct because not all testing activities produce metrics (such as test case creation, reviews, etc.) and, even if they did, not all stakeholders would be interested in those metrics.

Mais Questões desta Prova