Chapter 4: Test Analysis and Design

12345678910111213141516171819202122232425262728293031323334
Across
  1. 1. What involves unscripted test execution?
  2. 3. What checks how a system handles invalid inputs?
  3. 4. What outlines testing conditions and steps?
  4. 6. What checks user-friendliness?
  5. 10. What verifies system behavior in failures?
  6. 11. What tests software behavior changes?
  7. 15. What technique validates user interactions?
  8. 16. What ensures both outcomes of decisions are tested?
  9. 22. What links requirements to test cases?
  10. 23. What defines when testing begins?
  11. 26. What technique relies on tester intuition?
  12. 27. What verifies correct system behavior?
  13. 28. What ensures compliance for disabled users?
  14. 29. What technique divides input data into valid and invalid groups?
  15. 31. What ranks test cases by importance?
  16. 32. What evaluates speed and responsiveness?
  17. 33. What uses predefined defect lists?
  18. 34. What technique tests input at minimum and maximum limits?
Down
  1. 2. What ensures fixes don’t break features?
  2. 5. What measures how much is tested?
  3. 7. What should be tested first?
  4. 8. What provides input values for test cases?
  5. 9. What automates test execution?
  6. 12. What white-box technique covers all code lines?
  7. 13. What phase runs test cases?
  8. 14. What tests all possible execution flows?
  9. 17. What is the process of creating test cases?
  10. 18. What defines when testing is complete?
  11. 19. What specifies what will be tested?
  12. 20. What test technique organizes conditions in a table?
  13. 21. What identifies vulnerabilities?
  14. 24. What characteristic makes tests usable again?
  15. 25. What verifies test cases before execution?
  16. 30. What informs test creation?