CTFL-2018 Exam QuestionsBrowse all questions from this exam

CTFL-2018 Exam - Question 16


Which defect below is MOST likely to be found by a review during static testing?

Show Answer
Correct Answer: A

Static testing involves reviewing and analyzing the software documentation without executing the code. This process is effective for identifying issues with documentation, such as incorrect interface specifications. Unlike performance bottlenecks or broken links, which typically require dynamic testing or running the code, incorrect interface specifications can be spotted through careful examination of the design documents. Thus, incorrect interface specifications are most likely to be found during a review in static testing.

Discussion

3 comments
Sign in to comment
bhuppiiOption: A
Jun 8, 2023

A is correct

Jay15Option: A
Aug 17, 2023

A is correct

xrpuserOption: A
Aug 24, 2023

This information is found on Page 46 of the syllabus. So, the defect that is MOST likely to be found by a review during static testing is: A. Incorrect interface specifications.