DocumentCode
2291656
Title
Data-flow-based unit testing of aspect-oriented programs
Author
Zhao, Jianjun
Author_Institution
Dept. of Comput. Sci. & Eng., Fukuoka Inst. of Technol., Japan
fYear
2003
fDate
3-6 Nov. 2003
Firstpage
188
Lastpage
197
Abstract
The current research so far in aspect-oriented software development is focused on problem analysis, software design, and implementation techniques. Even though the importance of software testing is known, it has received little attention in the aspect-oriented paradigm. In this paper, we propose a data-flow-based unit testing approach for aspect oriented programs. Our approach tests two types of units for an aspect-oriented program, i.e., aspects that are modular units of crosscutting implementation of the program, and those classes whose behavior may be affected by one or more aspects. For each aspect or class, our approach performs three levels of testing, i.e., intra-module, inter-module, and intra-aspect or intra-class testing. For an individual module such as apiece of advice, a piece of introduction, and a method, we perform intra-module testing. For a public module along with other modules it calls in an aspect or class, we perform inter-module testing. For modules that can be accessed outside the aspect or class and can be invoked in any order by users of the aspect or class, we perform intra-aspect or intra-class testing. Our approach can handle unit testing problems that are unique to aspect-oriented programs. We use control flow graphs to compute def-use pairs of an aspect or class being tested and use such information to guide the selection of test for the aspect or class.
Keywords
data flow analysis; database languages; object-oriented programming; program testing; software engineering; AOSD; aspect oriented programs; aspect-oriented paradigm; aspect-oriented programs; aspect-oriented software development; control flow graphs; crosscutting implementation; data-flow-based testing; def-use pair computation; inter-module testing; intra-aspect testing; intra-class testing; intra-module testing; problem analysis; software design; software testing; unit testing; Computer science; Design engineering; Flow graphs; Logic testing; Performance evaluation; Programming; Resource management; Software design; Software quality; Software testing;
fLanguage
English
Publisher
ieee
Conference_Titel
Computer Software and Applications Conference, 2003. COMPSAC 2003. Proceedings. 27th Annual International
ISSN
0730-3157
Print_ISBN
0-7695-2020-0
Type
conf
DOI
10.1109/CMPSAC.2003.1245340
Filename
1245340
Link To Document