Chapter 4: Terminology Flashcards
Black-Box Test Technique
A. Testing based on an analysis of the internal structure of the component or system.
B. A test technique based on an analysis of the specification of a component or system.
A test technique based on an analysis of the specification of a component or system.
Boundary Value Analysis
A. A black-box test technique in which test cases are designed based on boundary values.
B. A black-box test technique in which test cases are designed to exercise use case behaviors.
A black-box test technique in which test cases are designed based on boundary values.
Checklist-Based Testing
A. An experience-based test technique whereby the experienced tester uses a high-level list of items to be noted, checked, or remembered, or a set of rules or criteria against which a product has to be verified.
B. An approach to testing whereby the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests.
An experience-based test technique whereby the experienced tester uses a high-level list of items to be noted, checked, or remembered, or a set of rules or criteria against which a product has to be verified.
Coverage
A. A procedure used to define test conditions, design test cases, and specify test data.
B. The degree to which specified coverage items have been determined or have been exercised by a test suite expressed as a percentage.
The degree to which specified coverage items have been determined or have been exercised by a test suite expressed as a percentage.
Decision Coverage
A. A specific instantiation of a test process.
B. The coverage of decision outcomes.
The coverage of decision outcomes.
Decision Table Testing
A. A black-box test technique in which test cases are designed to exercise the combinations of conditions and the resulting actions shown in a decision table.
B. A black-box test technique in which test cases are designed to exercise elements of a state transition model.
A black-box test technique in which test cases are designed to exercise the combinations of conditions and the resulting actions shown in a decision table.
Error Guessing
A. A test technique only based on the tester’s experience, knowledge and intuition.
B. A test technique in which tests are derived on the basis of the tester’s knowledge of past failures, or general knowledge of failure modes.
A test technique in which tests are derived on the basis of the tester’s knowledge of past failures, or general knowledge of failure modes.
Equivalence Partitioning
A. A black-box test technique in which test cases are designed to exercise the combinations of conditions and the resulting actions shown in a decision table.
B. A black-box test technique in which test cases are designed to exercise equivalence partitions by using one representative member of each partition.
A black-box test technique in which test cases are designed to exercise equivalence partitions by using one representative member of each partition.
Experience-Based Test Technique
A. A test technique only based on the tester’s experience, knowledge and intuition.
B. A black-box test technique in which test cases are designed based on boundary values.
A test technique only based on the tester’s experience, knowledge and intuition.
Exploratory Testing
A. An approach to testing whereby the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests.
B. A test technique based on an analysis of the specification of a component or system.
An approach to testing whereby the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests.
State Transition Testing
A. A black-box test technique in which test cases are designed to exercise elements of a state transition model.
B. A black-box test technique in which test cases are designed to exercise the combinations of conditions and the resulting actions shown in a decision table.
A black-box test technique in which test cases are designed to exercise elements of a state transition model.
Statement Coverage
A. The coverage of decision outcomes.
B. A black-box test technique in which test cases are designed to exercise elements of a state transition model.
A black-box test technique in which test cases are designed to exercise elements of a state transition model.
Test Technique
A. A test technique based on an analysis of the specification of a component or system.
B. A procedure used to define test conditions, design test cases, and specify test data.
A procedure used to define test conditions, design test cases, and specify test data.
Use Case Testing
A. A black-box test technique in which test cases are designed to exercise use case behaviors.
B. A black-box test technique in which test cases are designed to exercise equivalence partitions by using one representative member of each partition.
A black-box test technique in which test cases are designed to exercise use case behaviors.
White-Box Test Technique
A. A test technique based on an analysis of the specification of a component or system.
B. Testing based on an analysis of the internal structure of the component or system.
Testing based on an analysis of the internal structure of the component or system.