Tuesday, June 16, 2015

A test harness is a

ISTQB FOUNDATION LEVEL CERTIFICATION

29. A test harness is a

A. A high level document describing the principles, approach and major objectives of
the organization regarding testing
B. A distance set of test activities collected into a manageable phase of a project
C. A test environment comprised of stubs and drives needed to conduct a test
D. A set of several test cases for a component or system under test


ANSWER- C

EXPLANATION-

Test harness is a tool used for component testing.Under component testing you use stubs and drivers. So obviously correct answer is C.

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!!!!