I recently hosted an episode of Software Engineering Radio called "Will McGugan on Text-Based User Interfaces"!

  • Home
  • Teaching
    • Overview
    • Data Abstraction
    • Operating Systems
  • Research
    • Overview
    • Papers
    • Presentations
  • Outreach
    • Software
    • Service
    • Blog
  • About
    • Biography
    • Schedule
    • Contact
    • Blog
    • Service
    • Papers
    • Presentations

MAJOR: An efficient and extensible tool for mutation analysis in a Java compiler

mutation testing
software testing
software tool
Proceedings of the 26th International Conference on Automated Software Engineering
Authors

René Just

Gregory M. Kapfhammer

Franz Schweiggert

Published

2011

Abstract
Mutation analysis is an effective, yet often time-consuming and difficult-to-use method for the evaluation of testing strategies. In response to these and other challenges, this paper presents MAJOR, a fault seeding and mutation analysis tool that is integrated into the Java Standard Edition compiler as a non-invasive enhancement for use in any Java-based development environment. MAJOR reduces the mutant generation time and enables efficient mutation analysis. It has already been successfully applied to large applications with up to 373,000 lines of code and 406,000 mutants. Moreover, MAJOR’s domain specific language for specifying and adapting mutation operators also makes it extensible. Due to its ease-of-use, efficiency, and extensibility, MAJOR is an ideal platform for the study and application of mutation analysis.
Details

Paper
Presentation
Presentation

Reference
@inproceedings{Just2011b,
 author = {René Just and Gregory M. Kapfhammer and Franz Schweiggert},
 booktitle = {Proceedings of the 26th International Conference on Automated
Software Engineering},
 title = {MAJOR: An efficient and extensible tool for mutation analysis in a
Java compiler},
 year = {2011}
}

Return to Paper Listing

GMK

Top