SE Quiz

12345678910111213141516
Across
  1. 6. … integration testing has as it's major advantage(s) that major decision points are tested early.
  2. 9. … and …. are not needed for unit testing because the modules are tested independently of one another.
  3. 11. … analysis testing having at most seven test cases in case of range.
  4. 13. … testing divides the input domain into classes of data from which test cases can be derived to reduce the total number of test cases that must be developed.
  5. 14. What type of errors are missed by black-box testing and can be uncovered by white-box testing?
  6. 15. … is a level names in the Capability Maturity Model?
  7. 16. …tests are normally conducted by the end user.
Down
  1. 1. The testing technique that requires devising test cases to demonstrate that each program function is operational is called.
  2. 2. … integration testing has as it's major advantage(s) that no stubs need to be written.
  3. 3. … maintenance is most expensive and time consuming.
  4. 4. White box testing sometimes called …. Testing.
  5. 5. The focus of ….. testing is to uncover places that a user will be able to observe faults in a module of the software.
  6. 7. … 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.
  7. 8. … is not testing, but always occurs as a consequence of testing.
  8. 9. The normal order of activities in which traditional software testing is organized are: Unit, Integration, and …. Testing.
  9. 10. The testing technique that requires devising test cases to exercise the internal logic of a software module is called.
  10. 12. The … complexity metric provides the designer with information regarding the number of independent logic paths in the program.