Test process and testing techniques

123456789101112131415
Across
  1. 3. This technique groups inputs, outputs into aspects that will work in the same way and one value is selected from each group
  2. 5. This technique provides a diagram that shows possible software states and how system goes from one state to another.
  3. 8. Test Process stage when we compare actual vs expected progress, analyze results: Test ____
  4. 9. The stage of the Test Process where test cases are generated from test conditions: Test ____
  5. 12. Black-box techniques are based on these
  6. 14. This technique provides minimum and maximum values within a partition and is good for testing rounding and displacement aspects
  7. 15. The category of test technique that uses a person's knowledge about the application and/or testing: ____-based techniques
Down
  1. 1. We create this based on our knowledge and experience when we want to list what to test
  2. 2. During the last Test Process stage Test Completion we have a meeting where we analyze lessons learnt, what worked and what not, what needs to be improved. This meeting is called ____
  3. 4. Test Process stage where we run the tests and compare the actual and expected results: Test ____
  4. 6. Test Process stage where we determine the scope, risks, and objectives of testing: Test ____
  5. 7. This technique describes the process of thinking about the possible places where defects might be in the system
  6. 9. Technique we use for testing combinations of business rules
  7. 10. Exploratory testing technique that provides various scenarios what can be tested in the system and how.
  8. 11. This black-box technique uses the term "actor" and has a main flow and alternate flow scenarios
  9. 13. Random,unstructured testing, which doesn't have any rules, goal is to find bugs