SOFTWARE TESTING

12345678910111213141516171819202122
Across
  1. 3. testing that can see the code
  2. 5. A mistake in language of code
  3. 6. Testing that doesn't see the code
  4. 8. Defect found by development team
  5. 11. Development strategy useful for quick projects, reuses code
  6. 12. Testing to see if the client approves
  7. 13. Test execution environment configured for testing
  8. 14. Make the program better, often after customer request
  9. 16. Another word for a dry run
  10. 18. Set of test cases for a system
  11. 20. Whitebox testing can see this
  12. 21. Check just one subroutine first
  13. 22. Your code compiles, but it crashes
Down
  1. 1. The hardest kind of mistakes to remove from code
  2. 2. Development strategy that repeats the cycle after customer feedback
  3. 4. Fixing mistakes in the code
  4. 7. The design stage of SDLC should produce this
  5. 8. Testing performed by users
  6. 9. Changing program to meet new requirements such as hardware or customer need
  7. 10. Shows the interaction of parameters within a program
  8. 15. Simplest type of development strategy
  9. 17. Testing down by the customers
  10. 19. Subroutine that for testing the main program