1 | P. Chevalley and Pascale Th\'evenod-Fosse A Mutation Analysis Tool for Java Programs International Journal on Software Tools for Technology Transfer, 5(1), November 2002. |
|
| Abstract: Program mutation is a fault-based technique for measuring the effectiveness of test cases that, although powerful, is computationally expensive. The principal expense of mutation is that many faulty versions of the program under test, called mutants, must be created and repeatedly executed. This paper describes a tool, called JavaMut, that implements 26 traditional and object-oriented mutation operators for supporting mutation analysis of Java programs. The current version of that tool is based on syntactic analysis and reflection for implementing mutation operators. JavaMut is interactive; it provides a graphical user interface to make mutation analysis faster and less painful. Thanks to such automated tools, mutation analysis should be achieved within reasonable costs. |
| @ARTICLE{ChevalleyT02,
author = {P. Chevalley and Pascale Th\'evenod-Fosse},
title = {A Mutation Analysis Tool for Java Programs},
journal = {International Journal on Software Tools for Technology Transfer},
year = {2002},
month = {November},
volume = {5},
number = {1},
pages = {90-103}
} |
2 | P. Chevalley Applying Mutation Analysis for Object-oriented Programs Using a Reflective Approach Proceedings of the 8th Asia-Pacific Software Engineering Conference (APSEC 01)Macau, China, 4-7 December 2001. |
|
| Abstract: Available soon... |
| @INPROCEEDINGS{Chevalley01,
author = {P. Chevalley},
title = {Applying Mutation Analysis for Object-oriented Programs Using a Reflective Approach},
booktitle = {Proceedings of the 8th Asia-Pacific Software Engineering Conference (APSEC 01)},
year = {2001},
address = {Macau, China},
month = {4-7 December},
pages = {267}
} |