A Process and Role-Based Taxonomy of Techniques to Make Testable COTS Components

Download: Link to Book.

“A Process and Role-Based Taxonomy of Techniques to Make Testable COTS Components” by Atif M. Memon. In Testing Commercial-off-the-shelf Components and Systems, 2004, pp. 109-140.

Abstract

An important activity in component-based software development is the testing of each component in its context of use. Since a component developer cannot anticipate all possible applications of the component, this task is usually left to the component user. What makes testing of component-based software especially challenging for the user is the lack of source code and partial knowledge of the working of the component. To ensure high quality of the overall software, the component user must perform testing tasks, i.e., generate test cases, create test oracles, evaluate coverage, and perform regression testing, all without access to the componentÂ’s source code or complete semantic knowledge. The developer of the component can facilitate the execution of these testing tasks by augmenting the component appropriately with information that improves its testability. This chapter describes techniques that can be employed by developers to build testable COTS components. A taxonomy of these techniques based on the phases of software testing and the role of the component developer/user is presented, followed by a description of an important subset of the following techniques: (1) State Machine Models, (2) Built-In Tests, (3) Built-In Contract Testing, (4) Interface Probing, (5) Traceable Components, (6) Metacontent, (7) Binary Reverse Engineering, (8) Fault Injection Support, (9) Testable Beans, (10) Retro Components, (11) Component Test Bench, and (12) Self-Testing Components. Finally, a discussion summing up all the techniques is presented.

Download: Link to Book.

BibTeX entry:

@incollection{MemonCOTS2004,
   author = {Atif M. Memon},
   title = {A Process and Role-Based Taxonomy of Techniques to Make
	Testable COTS Components},
   booktitle = {Testing Commercial-off-the-shelf Components and Systems},
   pages = {109-140},
   publisher = {Springer},
   year = {2004}
}

Back to Atif Memon's Publications.