CTFL-2018 Exam QuestionsBrowse all questions from this exam

CTFL-2018 Exam - Question 15


When comparing Static and Dynamic test techniques, which of the following statements is TRUE?

Show Answer
Correct Answer: B

Static Testing techniques, such as reviews, can be undertaken before Dynamic Testing, making defects cheaper to remove. This is because static testing involves examining the code, requirements, and design documents without executing the code, allowing for early detection of defects. Early detection is typically more cost-effective because it prevents the propagation of defects into later stages of development, where they are more costly to fix. In contrast, dynamic testing requires the execution of code to find defects, which often occurs later in the development process.

Discussion

2 comments
Sign in to comment
bhuppiiOption: B
Jun 8, 2023

B is correct

Jay15Option: B
Aug 17, 2023

B is correct