Tuesday, June 16, 2015

Which of the following will not be detected by static analysis?

ISTQB FOUNDATION LEVEL CERTIFICATION

Q.Which of the following will not be detected by static analysis?

A Parameter type mismatch
B Errors in requirement
C Undeclared variables
D Uncalled functions

Answer :- B

Explanation:-
Static analysis is usually done by developers.Static analysis is done on code.Here options A,C,D can be find by reviewing and analyzing the code.In order to find Errors in requirements you as a tester need to review and analyze the requirement document and not the code. Hence correct answer is B.




Happy Certification!!!!

2 comments: