Exam CTFL-2018 All QuestionsBrowse all questions from this exam
Question 16

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

    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
xrpuserOption: A

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.

Jay15Option: A

A is correct

bhuppiiOption: A

A is correct