rest

1234567891011121314151617
Across
  1. 3. When testing a defined setup you actually test for compliance with a
  2. 5. The process of testing the documents, instructions, notes, pictures, etc. used to teach how to use a piece of software, as well as to give evidence or proof of its existence
  3. 6. Verifies the ease with which the user interfaces can be used. It tests that whether the application or the product built is user-friendly or not.
  4. 8. It is performed to verify if the software has been installed with all the necessary components and the application is working as expected.
  5. 9. The testing activity that takes into consideration the users with disabilities which affect their way of using software
  6. 11. testing at the boundaries between valid partitions and invalid partitions
  7. 13. Testing method used to ensure compliance
  8. 14. Software testing activity that uses scenarios: hypothetical stories to help the tester work through a complex problem or test system
  9. 15. Activity that needs to be done in order to understand requirements
  10. 17. Testing the variables of the system and the possible values each variable can take.
Down
  1. 1. Testing method used to ensure that the application can function in any culture or locale (language, territory) but also that it is reliable in all locations where it is provided
  2. 2. test the particular areas or set of values
  3. 4. A testing technique performed to verify the operational readiness (pre-release) of a product or application under test.
  4. 7. A type of software testing used to ensure compatibility of the system with various other objects such as other web browsers, hardware platforms, users, operating systems etc
  5. 10. The process of ensuring proper functionality of the graphical user interface for a given application
  6. 12. use din order to cover all posible decisions
  7. 16. focuses on the points at which variables receive values and the points at which these values are used (or referenced). It detects improper use of data values (data flow anomalies) due to coding errors.