ACTIVITY -A NAME : REGISTER NUMBER:

12345678910111213141516171819202122232425
Across
  1. 4. _____________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.
  2. 5. 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.
  3. 6. ____________ testing includes testing the behavior of a software under abnormal conditions
  4. 10. _________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.
  5. 12. White-box testing is also called _______________.
  6. 13. Who will observe the development failures?
  7. 14. ____________testing is carried out to check & fine tune system response times
  8. 15. A group of related tests is sometimes referred to as a_____________.
  9. 18. _____________ dummy routine used in top down
  10. 19. ______________testing used in games programming
  11. 20. ____________ is a document, or piece of software that allows testers to determine whether a test has been passed or failed.
  12. 21. ___________ testing is performed by increasing the number of users suddenly by a very large amount and measuring the performance of the system.
  13. 22. __________is an environment that contains all the hardware and software needed to test a software component or a software system.
  14. 25. Inability of a software system or component to perform its required functions within specified performance requirements.
Down
  1. 1. 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.
  2. 2. ___________Am I building the product right.
  3. 3. ____________"Are you building the right thing?"
  4. 5. Faults are located and repaired___________
  5. 7. ___________is a group of related test cases, or a group of related test cases and test procedures.
  6. 8. ______________testing focuses on finding defects after a major code change has occurred.
  7. 9. Mistake, misconception, or misunderstanding on the part of a software developer.
  8. 11. Who will have a knowledge base of fault/symptoms/failure cases stored in memory?
  9. 16. A group of related tests that are associated with a database, and are usually run together, is sometimes referred to as a ________________.
  10. 17. _____________ dummy routine used in bottom up
  11. 20. ____________ is a test-related item which contains the following information
  12. 23. Faults or defects are sometimes called ____________
  13. 24. ____________ testing is done in the lab.