CTFL_SYLL_4.0 · Question #26
Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?
The correct answer is D. Involvement of testers in work product reviews should occur as early as possible to take. The statement that refers to good testing practice to be applied regardless of the chosen software development model is option D, which says that involvement of testers in work product reviews should occur as early as possible to take advantage of the early testing principle…
Question
Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?
Options
- ATests should be written in executable format before the code is written and should act as
- BTest levels should be defined such that the exit criteria of one level are part of the entry criteria for
- CTest objectives should be the same for all test levels, although the number of tests designed at
- DInvolvement of testers in work product reviews should occur as early as possible to take
How the community answered
(25 responses)- A4% (1)
- B12% (3)
- C4% (1)
- D80% (20)
Explanation
The statement that refers to good testing practice to be applied regardless of the chosen software development model is option D, which says that involvement of testers in work product reviews should occur as early as possible to take advantage of the early testing principle. Work product reviews are static testing techniques, in which the work products of the software development process, such as the requirements, the design, the code, the test cases, etc., are examined by one or more reviewers, with or without the author, to identify defects, violations, or improvements. Involvement of testers in work product reviews can provide various benefits for the testing process, such as improving the test quality, the test efficiency, and the test communication. The early testing principle states that testing activities should start as early as possible in the software development lifecycle, and should be performed iteratively and continuously throughout the lifecycle. Applying the early testing principle can help to prevent, detect, and remove defects at an early stage, when they are easier, cheaper, and faster to fix, as well as to reduce the risk, the cost, and the time of the testing process.
Topics
Community Discussion
No community discussion yet for this question.