Shortcut Navigation:

Devised Test Case Quiz

Use-cases can provide useful input into the design of black-box and state-based tests of OO software.

Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing.

Test case design "in the small" for OO software is driven by the algorithmic detail of the individual operations.

Orthogonal array testing enables the test designer to maximize the coverage of the test cases devised for relatively small input domains.

Comparison testing is typically done to test two competing products as part of customer market analysis prior to product release.

With thorough testing it is possible to remove all defects from a program prior to delivery to the customer.

Which of the following are characteristics of testable software?

The testing technique that requires devising test cases to demonstrate that each program function is operational is called

The testing technique that requires devising test cases to exercise the internal logic of a software module is called

What types of errors are missed by black-box testing and can be uncovered by white-box testing?