Software Testing

1234567891011121314151617181920
Across
  1. 3. guide for developing system requirements specifications.
  2. 6. computing, software testers and software engineers can use an ________ as a mechanism for determining whether a test has passed or failed.
  3. 9. synonymous with smoke tests
  4. 10. is a formal technique that involves formal or informal technical reviews of any artifact by identifying any error or gap
  5. 11. testing is also called glass testing
  6. 12. is the process of testing changes to computer programs to make sure that the older programming still works with the new changes
  7. 16. It occurs after unit testing and before validation testing
  8. 17. It is a systematic process to determine how the actual testing process is conducted within an organization or a team
  9. 19. ____________is an approach to combine top down testing with bottom up testing
  10. 20. also known as “Build Verification Testing”
Down
  1. 1. _____ test is the second phase of software testing in which a sampling of the intended audience tries the product out.
  2. 2. involves identifying, isolating, and fixing the problems/bugs.
  3. 4. _____________ oracle that uses statistical characteristics
  4. 5. is a technique to test the application with having a limited knowledge of the internal workings of an application
  5. 7. testing is one of the most common software testing strategy used in software development
  6. 8. standard for the format of documents used in different stages of software testing
  7. 13. The purpose of this test is to evaluate the system's compliance with the specified requirements.
  8. 14. It is a type of White Box Testing which is mainly used for Unit Testing
  9. 15. ________ is an approach to integrated testing where the lowest level components are tested first, then used to facilitate the testing of higher level components
  10. 18. software development process in which the smallest testable parts of an application, called units, are individually and independently scrutinized for proper operation