STF - Chapter 4 Key Terms

123456789101112131415
Across
  1. 5. A test technique only based on the tester's experience, knowledge and intuition.
  2. 6. 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.
  3. 7. The degree to which specified coverage items have been determined or have been exercised by a test suite expressed as a percentage.
  4. 9. The coverage of decision outcomes.
  5. 12. A black-box test technique in which test cases are designed to exercise elements of a state transition model.
  6. 14. 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.
  7. 15. A test technique based on an analysis of the specification of a component or system.
Down
  1. 1. A test technique only based on the internal structure of a component or system.
  2. 2. A procedure used to define test conditions, design test cases, and specify test data.
  3. 3. A black-box test technique in which test cases are designed to exercise equivalence partitions by using one representative member of each partition.
  4. 4. 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.
  5. 8. 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.
  6. 10. A black-box test technique in which test cases are designed based on boundary values.
  7. 11. The coverage of executable statements.
  8. 13. A black-box test technique in which test cases are designed to exercise use case behaviors.