Aspect language features for concern coverage profiling (2005)
Cached
Download Links
- [www.cs.iastate.edu]
- [www.cs.virginia.edu]
- [www.cs.virginia.edu]
- DBLP
Other Repositories/Bibliography
| Venue: | In AOSD ’05: Proceedings of the 4th International Conference on Aspect-Oriented Software Development |
| Citations: | 16 - 5 self |
BibTeX
@INPROCEEDINGS{Rajan05aspectlanguage,
author = {Hridesh Rajan and Kevin Sullivan},
title = {Aspect language features for concern coverage profiling},
booktitle = {In AOSD ’05: Proceedings of the 4th International Conference on Aspect-Oriented Software Development},
year = {2005},
pages = {181--191},
publisher = {ACM Press}
}
Years of Citing Articles
OpenURL
Abstract
In program profiling to assess test set adequacy, a challenge is to select code to be included in the assessment. Current mechanisms are coarse-grained; biased to dominant modularizations; require tedious, error-prone manual selection; and leave tester intent implicit in inputs to testing tools. Aspect-oriented constructs promise to improving testing in two ways: by improving our ability to select the code to include in adequacy criteria, and by documenting selection intentions in declarative form in the code itself. One problem is that current join point models do not reveal program behavior in enough detail to support white-box coverage analysis. Our contribution is the formulation, prototyping, and evaluation of a language-and-tool-based approach to white-box coverage adequacy analysis that we call concern coverage. We develop and evaluate one instance of the general idea in which branches, in particular, are exposed as join points to support branch coverage analysis of crosscutting concerns. Our results are consistent with the claim that the idea has the potential to improve test coverage analysis. Categories and Subject Descriptors D.2.5 [Testing and Debugging]: Testing tools – code coverage analysis, testing. D.3.3 [Programming Languages]: Language constructs and features – generalized join point model, generalized advice.







