A practical system for mutation testing: help for the common programmer

  • Authors:
  • A. Jefferson Offutt

  • Affiliations:
  • ISSE Department, George Mason University, Fairfax, VA

  • Venue:
  • ITC'94 Proceedings of the 1994 international conference on Test
  • Year:
  • 1994

Quantified Score

Hi-index 0.00

Visualization

Abstract

Mutation testing is a technique for unit testing software that, although powerful, is computationally expensive. Recent engineering advances have given us techniques and algorithms for significantly reducing the cost of mutation testing. These techniques include a new algorithmic execution technique called schema-based mutation, an approximation technique called weak mutation, a reduction technique called selective mutation, and algorithms for automatic test data generation. This paper outlines a design for a system that will approximate mutation, but in a way that will be accessible to everyday programmers. We envision a system to which a programmer can submit a program unit, and get back a set of input/output pairs that are guaranteed to form an effective test of the unit by being close to mutation adequate.