Sciweavers

IEE
2010

Judy - a mutation testing tool for Java

13 years 3 months ago
Judy - a mutation testing tool for Java
Popular code coverage measures, such as branch coverage, are indicators of the thoroughness rather than the fault detection capability of test suites. Mutation testing is a fault-based technique that measures the effectiveness of test suites for fault localization. Unfortunately, use of mutation testing in the software industry is rare because generating and running vast numbers of mutants against the test cases is time-consuming and difficult to do without an automated, fast and reliable tool. Our objective is to present an innovative approach to mutation testing that takes advantage of a novel aspect-oriented programming mechanism, called “pointcut and advice”, to avoid multiple compilation of mutants and, therefore, to speed up mutation testing. An empirical comparison of the performance of the developed tool, called Judy, with the MuJava mutation testing tool on 24 open-source projects demonstrates the value of the presented approach. The results show that there is a statisti...
Lech Madeyski, N. Radyk
Added 26 Jan 2011
Updated 26 Jan 2011
Type Journal
Year 2010
Where IEE
Authors Lech Madeyski, N. Radyk
Comments (0)