CTFL_SYLL_4.0 · Question #211
Which of the following is a good testing practice which is applicable INDEPENDENT of the software development lifecycle followed?
The correct answer is B. Each test level should have an appropriate test objective. Independent of the software development lifecycle followed, it is a good practice to ensure that each test level (e.g., unit testing, integration testing, system testing) has clear and appropriate objectives. This ensures that the testing is focused and effective at each level…
Question
Which of the following is a good testing practice which is applicable INDEPENDENT of the software development lifecycle followed?
Options
- ANot all development activities should have corresponding test activities
- BEach test level should have an appropriate test objective
- CReviews should be done after the work products have been finalized
- DLarge amount of redundancy between test levels is good because it prevents bug leakage
How the community answered
(16 responses)- A6% (1)
- B88% (14)
- C6% (1)
Explanation
Independent of the software development lifecycle followed, it is a good practice to ensure that each test level (e.g., unit testing, integration testing, system testing) has clear and appropriate objectives. This ensures that the testing is focused and effective at each level. Other options either contradict good practices or are not applicable across all lifecycle models.
Topics
Community Discussion
No community discussion yet for this question.