All Things Testing!

123456789101112131415161718
Across
  1. 2. Percentage of code executed by tests
  2. 4. Practice of integrating code frequently
  3. 5. Testing without knowledge of internal code
  4. 7. A deviation from expected behavior
  5. 10. A condition or capability needed by a user
  6. 11. Final status when a bug is fixed and verified
  7. 16. Open-source tool for browser automation
  8. 17. Technique based on decision points
  9. 18. Document outlining what to test
Down
  1. 1. Status when a bug is confirmed and assigned
  2. 3. Technique using input partitions
  3. 6. Python-based test framework
  4. 8. Java-based test framework often used with Selenium
  5. 9. Testing done after a fix to ensure issue resolved
  6. 11. Practice of deploying code automatically
  7. 12. Step-by-step guide for executing a test
  8. 13. A short development cycle in Agile
  9. 14. Tool for automating builds
  10. 15. Tool used for performance testing