Interview Questions

What can static analysis NOT find?

Software Testing Exam from International Software Testing Qualifications Board (ISTQB)


(Continued from previous question...)

What can static analysis NOT find?

What can static analysis NOT find?

a) The use of a variable before it has been defined
b) Unreachable (“dead”) code
c) Whether the value stored in a variable is correct
d) The re-definition of a variable before it has been used
e) Array bound violations

Answer:

(Continued on next question...)

Other Interview Questions