CTFL-2018 Exam QuestionsBrowse all questions from this exam

CTFL-2018 Exam - Question 14


Which statement about Static Testing is TRUE?

Show Answer
Correct Answer: A

Static testing can be applied to any work product that participants know how to read and understand. It involves reviewing documents and other work products without executing the code, to find errors, omissions, and inconsistencies. This type of testing can be applied at any stage, and not just to final work products that have been signed off, nor does it involve executing code to verify functionality.

Discussion

6 comments
Sign in to comment
juafnerOption: A
May 11, 2023

The correct answer is A, do not confuse static testing with static analysis. The first one is about reviewing any test object that doesn't involve executing code. The second one is about analyzing the code with a tool for things like syntax errors, variables not being used, security flaws, etc, which also involves not executing the code

xrpuserOption: A
Aug 24, 2023

Based on the information from the ISTQB Certified Tester Foundation Level Syllabus (version 2018 v3.1.1), the statement about Static Testing that is TRUE is: "Reviews can be applied to any work product that the participants know how to read and understand." This information is found on Page 46 of the syllabus. So, the correct answer is: A. Static testing can be applied to any work product that participants know how to read and understand.

ktin15Option: A
May 3, 2023

Static testing is not just for checking code BUT ALSO for checking work products such as specs, requirements, design, contracts, etc.

Hana9Option: A
May 25, 2023

Answer is A

bhuppiiOption: A
Jun 8, 2023

A is correct

Jay15Option: A
Aug 17, 2023

A is correct