Chapter 7: Test Analysis and Design

123456789101112131415161718192021222324
Across
  1. 2. Which test technique uses diagrams or tables to show combinations of conditions and actions?
  2. 3. Which technique uses a list of tasks created ahead of time to guide the testing process?
  3. 5. What testing technique is concerned with where variables are assigned values and where those values are used?
  4. 7. What test technique checks system functionality without looking at the code?
  5. 11. What type of technique relies on a tester’s knowledge and background instead of formal methods?
  6. 12. Which acceptance criteria format is used for testing speed, responsiveness, and scalability?
  7. 13. What acceptance criteria type focuses on how users interact with the system interface and feedback?
  8. 17. What type of criteria ensures protection from unauthorized access and enforces encryption?
  9. 20. What test technique checks how a system responds when moving between different conditions or statuses?
  10. 22. What is the term for testing that explores an app without a pre-defined plan, based on curiosity and insight?
  11. 23. What collaborative testing method involves two team members working side-by-side to test and share knowledge?
  12. 24. Which technique divides input data into valid and invalid groups to minimize test cases?
Down
  1. 1. What technique checks the software behavior at the edge of input ranges?
  2. 4. Which acceptance criteria type ensures the product is easy to use, accessible, and user-friendly?
  3. 6. Which type of acceptance criteria ensures data formats and validation rules are met?
  4. 8. What white-box method checks how often each individual statement in code is executed?
  5. 9. What acceptance criteria format lists simple conditions or tasks to verify, like ticking off a to-do list?
  6. 10. Which acceptance criteria type is focused on defining rules or logic the system must follow?
  7. 14. What type of testing depends on a tester’s past knowledge and intuition to find defects?
  8. 15. Which technique ensures decisions in the code (like if/else) are covered during testing?
  9. 16. What test technique involves analyzing the internal structure and logic of the code?
  10. 18. What testing approach verifies that a system changes correctly between conditions or modes?
  11. 19. What collaborative activity ensures all stakeholders contribute to feature creation through discussion and confirmation?
  12. 21. What type of acceptance criteria uses the “Given, When, Then” structure inspired by BDD?