Fundamentals of testing UPDATED
ACTUAL Exam Questions and CORRECT
Answers
Test condition - CORRECT ANSWER - An item or event of a component or system that
could be verified by one or more test cases
Test case - CORRECT ANSWER - A set of input values, execution preconditions, expected
results, and execution postconditions, such as to exercise a part of the code
Test procedure specification - CORRECT ANSWER - A sequence of actions for the
execution of a test
Reasons to know test coverage - CORRECT ANSWER - 1) Provide a quantitative measure of
the quality of testing that has been done
2) Provides a way of estimating how much more testing is needed
Three categories of test case design techniques - CORRECT ANSWER - 1) Black box
techniques
2) White box techniques
3) Experience based techniques
Specification based techniques - CORRECT ANSWER - Black box testing - test cases
derived directly from a specification or a model of a system or proposed system (documentation)
5 types of specification based techniques - CORRECT ANSWER - 1) Equivalence
partitioning
2) Boundary value analysis