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