Software Testing

12345678910
Across
  1. 3. Testing that checks how different modules or components interact with each other.
  2. 5. A preliminary set of tests to check whether the basic functionalities work before deeper testing.
  3. 7. A testing technique that focuses on the edges of input ranges.
  4. 9. A testing method that evaluates how a system performs under extreme conditions.
Down
  1. 1. A flaw or error in software that causes incorrect results or unexpected behavior.
  2. 2. A testing technique that modifies the source code slightly to check if tests detect the change.
  3. 4. A type of testing that evaluates how well a system can withstand cyber threats.
  4. 6. A type of performance testing that checks how the system behaves under expected user traffic.
  5. 8. A testing phase conducted by real users in a production-like environment.
  6. 10. A quick, focused set of tests to verify specific bug fixes or small changes.