Chapter 1 - Fundamentals of Software Testing

1234567891011121314151617181920212223242526272829303132
Across
  1. 2. What testing ensures software meets business requirements?
  2. 4. What is impossible due to infinite test cases?
  3. 5. What document outlines the testing strategy?
  4. 6. What testing involves executing the software?
  5. 7. What does testing aim to find?
  6. 14. What testing is based on internal code logic?
  7. 17. What formal review detects defects before testing?
  8. 19. What checks if software meets user needs?
  9. 21. What approach involves early testing in development?
  10. 22. What type of testing ensures no new defects after changes?
  11. 25. What technique groups input into testable classes?
  12. 27. What structured meeting discusses software documents?
  13. 31. What technique tests input at minimum and maximum limits?
  14. 32. What is the process of fixing defects?
Down
  1. 1. What is the first level of software testing?
  2. 2. What defines when a feature is considered complete?
  3. 3. What document summarizes testing results?
  4. 8. What testing is performed without executing code?
  5. 9. What process monitors defects until resolution?
  6. 10. What does QA stand for?
  7. 11. What concept states that defects are found in a few areas?
  8. 12. What re-executes failed test cases after a fix?
  9. 13. What testing allows testers to actively investigate software?
  10. 15. What prioritizes test cases based on impact?
  11. 16. What reduces manual test execution efforts?
  12. 18. What type of testing evaluates the complete system?
  13. 20. What tracks defect status from detection to resolution?
  14. 23. What is a defined test scenario?
  15. 24. What setup mimics real-world software conditions?
  16. 26. What checks if software meets requirements?
  17. 28. What document records executed test cases?
  18. 29. What informal check validates test artifacts?
  19. 30. What testing does not consider code structure?