UPDATED ACTUAL Exam Questions and
CORRECT Answers
Black-box testing - CORRECT ANSWER - Testing, either *functional* or *non-functional*,
*without reference* to the internal structure of the component or system. (End user experience)
white-box testing - CORRECT ANSWER - Testing based on an analysis of the *internal
structure* of the component or system.
code coverage - CORRECT ANSWER - An analysis method that *determines* which parts
(or what percentage) of the software have been *executed (covered)* by the test suite and which
parts have not been executed.
For example, statement coverage, decision coverage or condition coverage.
functional testing - CORRECT ANSWER - Testing based on an analysis of the
*specification* of the *functionality* of a component or system.
interoperability testing - CORRECT ANSWER - Testing to determine the capability of the
software product to interact with one or more specified components or systems.
load testing - CORRECT ANSWER - A type of performance testing conducted to evaluate the
behavior of a component or system with *increasing* load. For example, numbers of parallel
users and/or numbers of transactions. Done to determine what _______ can be handled by the
component or system. not stress testing.
maintainability testing - CORRECT ANSWER - Testing to determine the ease with which a
software product can be modified to correct defects, modified to meet new requirements,
modified to make future maintenance easier, or adapted to a changed environment.