In an iterative lifecycle model, which of the following is an accurate statement about testing activities?
Answer Options
Correct Answer
A: For every development activity, there should be a corresponding testing activity
Explanation
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.