Sciweavers

INFSOF
2008

A test driven approach for aspectualizing legacy software using mock systems

13 years 4 months ago
A test driven approach for aspectualizing legacy software using mock systems
Aspect-based refactoring, called aspectualization, involves moving program code that implements cross-cutting concerns into aspects. Such refactoring can improve the maintainability of legacy systems. Long compilation and weave times, and the lack of an appropriate testing methodology are two challenges to the aspectualization of large legacy systems. We propose an iterative test driven approach for creating and introducing aspects. The approach uses mock systems that enable aspect developers to quickly experiment with different pointcuts and advice, and reduce the compile and weave times. The approach also uses weave analysis, regression testing, and code coverage analysis to test the aspects. We developed several tools for unit and integration testing. We demonstrate the test driven approach in the context of large industrial C++ systems, and we provide guidelines for mock system creation. Key words: mock systems, aspect oriented programming, legacy systems, refactoring, testing
Michael Mortensen, Sudipto Ghosh, James M. Bieman
Added 12 Dec 2010
Updated 12 Dec 2010
Type Journal
Year 2008
Where INFSOF
Authors Michael Mortensen, Sudipto Ghosh, James M. Bieman
Comments (0)