JUCS - Journal of Universal Computer Science 10(4): 391-427, doi: 10.3217/jucs-010-04-0391
Coupling-based Testing of O-O Programs
expand article infoRoger T. Alexander, Jeff Offutt§
‡ Colorado State University, United States of America§ George Mason University, United States of America
Open Access
Abstract
As we move from developing procedure-oriented to O-O programs, the complexity traditionally found in functions and procedures is moving to the connections among components. More faults occur as components are integrated to form higher level aggregates. Consequently, we need to place more effort on testing the connections among components. Although O-O technology provides abstraction mechanisms to build components to integrate, it also adds new compositional relations that can contain faults, which must be found during integration testing. This paper describes new techniques for analyzing and testing the polymorphic relationships that occur in O-O software. The application of these techniques can result in an increased ability to find faults and overall higher quality software.
Keywords
object-oriented software, coverage testing