Which statement about Static Testing is TRUE?
Which statement about Static Testing is TRUE?
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.
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
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.
A is correct
A is correct
Answer is A
Static testing is not just for checking code BUT ALSO for checking work products such as specs, requirements, design, contracts, etc.