Crossword Chapter 16 Part 1

123456789101112131415161718
Across
  1. 6. User requirements that relate to the quality of the solution, and may be subjectively assessed, i.e. not everyone will assess them equally
  2. 7. Used to test that the system can cope with very large or very small data values
  3. 8. The process of finding and fixing errors or bugs in software or hardware
  4. 11. A systematic approach to building something, whether it's a product, a software application, or even an individual's skills or growth
  5. 13. Model represents a sequential approach to application development. A series of stages need to be completed in a fixed order.
  6. 15. A method of testing which examines the underlying structure of the application or code which has been developed
  7. 17. A model of a system being developed; may not be fully functional
  8. 18. Another word for an error or fault, which leads to errors in the execution of a program or application
Down
  1. 1. Used to test that the system can process invalid data and does not crash when invalid data is entered
  2. 2. Where lines of code are designed to run one after another from the beginning to the end
  3. 3. A sequence of stages or changes that something goes through, from its beginning to its end
  4. 4. Used to test that the system operates as expected with normal data
  5. 5. User requirements which can be easily measured, for example in terms of time
  6. 9. The use of loops and conditions to repeat sections of code
  7. 10. The process of evaluating how something works
  8. 12. Used to test that the system can cope when no data is entered
  9. 14. Software programs designed to perform specific tasks on a computer or device
  10. 16. Where the tester is unaware of the internal structure of the application they are testing