SE QUIZ

1234567891011121314151617181920
Across
  1. 1. The testing technique that requires devising test cases to demonstrate that each program function is operational is called.
  2. 4. What type of errors are missed by black-box testing and can be uncovered by white-box testing?
  3. 5. ... and ... are not needed for unit testing because the modules are tested independently of one another.
  4. 7. ... is a level names in the Capability Maturity Model
  5. 9. WHITE box testing sometimes called ... Testing.
  6. 13. ... Black-box testing attempts to find errors.
  7. 16. ... maintenance is most expensive and time consuming
  8. 17. ... integration testing has as it's major advantage(s) that no stubs need to be written.
  9. 19. The normal order of activities in which traditional software testing is organized are: Unit, Integration, System and ... Testing.
Down
  1. 2. The ... complexity metric provides the designer with information regarding the number of independent logic paths in the program.
  2. 3. Black-box testing attempts to find errors.
  3. 6. ... integration testing has as it's major advantage(s) that major decision points are tested early.
  4. 8. The focus of ... testing is to uncover places that a user will be able to observe faults in a module of the software.
  5. 10. ... testing should be a normal part of integration testing because as a new module is added to the system new control logic is invoked and data flow paths are established.
  6. 11. ... is an approach to debugging?
  7. 12. ... testing is a control structure testing technique where the criteria used to design test cases is that they select test paths based on the locations and uses of variables.
  8. 14. ... tests are normally conducted by the end user.
  9. 15. ... is not testing, but always occurs as a consequence of testing.
  10. 18. The testing technique that requires devising test cases to exercise the internal logic of a software module is called.
  11. 20. If a software have these characteristics observability, Simplicity, Stability. Then the software is called ... Software.