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

Using conditional mutation to increase the efficiency of mutation analysis

mutation testing
performance analysis
software tool
Proceedings of the 6th International Workshop on Automation of Software Test
Authors

René Just

Gregory M. Kapfhammer

Franz Schweiggert

Published

2011

Abstract
Assessing testing strategies and test sets is a crucial part of software testing. Mutation analysis is, among other approaches, a suitable technique for this purpose. However, compared with other methods it is rather time-consuming and applying mutation analysis to large software systems is still problematic. This paper presents a versatile approach, called conditional mutation, which increases the efficiency of mutation analysis. This new method significantly reduces the time overhead for generating and executing the mutants. Results are reported for eight investigated programs up to 373,000 lines of code and 406,000 generated mutants. Furthermore, conditional mutation has been integrated into the Java 6 Standard Edition compiler. Thus, it is widely applicable and not limited to a certain testing tool or framework.
Details

Paper
Presentation
Presentation

Reference
@inproceedings{Just2011a,
 author = {René Just and Gregory M. Kapfhammer and Franz Schweiggert},
 booktitle = {Proceedings of the 6th International Workshop on Automation of
Software Test},
 title = {Using conditional mutation to increase the efficiency of mutation
analysis},
 year = {2011}
}

Return to Paper Listing

GMK

Top