ACTIVITY -A NAME : REGISTER NUMBER:

123456789101112131415161718192021222324252627
Across
  1. 5. __________is an environment that contains all the hardware and software needed to test a software component or a software system.
  2. 6. ____________ testing includes testing the behavior of a software under abnormal conditions
  3. 8. ______________testing focuses on finding defects after a major code change has occurred.
  4. 11. ______________testing used in games programming
  5. 13. _________could be included to express test goals such as to execute a particular group of code statements or check that a given requirement has been satisfied.
  6. 14. _____________Testing is primarily concerned with testing that the system can continue to operate under a specific load, whether that be large quantities of data or a large number of users.
  7. 15. ____________"Are you building the right thing?"
  8. 17. ____________ is a document, or piece of software that allows testers to determine whether a test has been passed or failed.
  9. 19. ____________ testing is done in the lab.
  10. 22. Faults are located and repaired___________
  11. 23. A group of related tests is sometimes referred to as a_____________.
  12. 25. ____________testing is carried out to check & fine tune system response times
  13. 26. Inability of a software system or component to perform its required functions within specified performance requirements.
  14. 27. Associated with software artifacts such as requirements and design documents. Occurring in these artifacts is also caused by errors and is usually detected in the review process.
Down
  1. 1. _____________ dummy routine used in top down
  2. 2. White-box testing is also called _______________.
  3. 3. _____________ dummy routine used in bottom up
  4. 4. A group of related tests that are associated with a database, and are usually run together, is sometimes referred to as a ________________.
  5. 7. ___________Am I building the product right.
  6. 9. Faults or defects are sometimes called ____________
  7. 10. Who will observe the development failures?
  8. 12. Who will have a knowledge base of fault/symptoms/failure cases stored in memory?
  9. 16. ___________is a group of related test cases, or a group of related test cases and test procedures.
  10. 18. Introduced into the software as the result of an error. It is an anomaly in the software that may cause it to behave incorrectly, and not according to its specification.
  11. 20. ____________ is a test-related item which contains the following information
  12. 21. Mistake, misconception, or misunderstanding on the part of a software developer.
  13. 24. ___________ testing is performed by increasing the number of users suddenly by a very large amount and measuring the performance of the system.