software

123456789101112131415161718
Across
  1. 1. - A testing approach where testers actively explore the application without predefined tests.
  2. 4. - A set of routines and protocols allowing different software systems to communicate (abbr.).
  3. 5. - Preliminary testing to check basic functionality before deeper testing.
  4. 7. - A set of conditions or actions used to test a specific function.
  5. 10. - A development technique where tests are written before code (abbr.).
  6. 12. - Testing combined units or modules to verify they work together.
  7. 14. - Testing that evaluates how well a system performs under stress.
  8. 15. - The smallest testable part of an application.
  9. 16. - The process of running tests using scripts rather than manually.
  10. 17. - Type of testing that checks how the system performs under heavy demand.
  11. 18. - A flaw or error in the software code.
Down
  1. 2. - A methodology focusing on iterative development and testing.
  2. 3. - Another term for an issue or bug found during testing
  3. 6. - A simulated object used to mimic the behavior of real objects in testing.
  4. 8. - A popular tool used for web application automation testing.
  5. 9. - Testing to confirm that recent changes haven't affected existing functionality.
  6. 11. - Final testing phase where the customer validates the software (abbr.).
  7. 13. - The process of improving code without changing its behavior.