Interview Questions

What can static analysis NOT find?

Software Testing Exam from The Information Systems Examinations Board (ISEB)


(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) memory leaks
d) array bound violations

Answer:

(Continued on next question...)

Other Interview Questions