Using Model Checking to Generate Tests from Specifications

  • Authors:
  • Paul E. Ammann;Paul E. Black;William Majurski

  • Affiliations:
  • -;-;-

  • Venue:
  • ICFEM '98 Proceedings of the Second IEEE International Conference on Formal Engineering Methods
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

We apply a model checker to the problem of test generation using a new application of mutation analysis. We define syntactic operators, each of which produces a slight variation on a given model. The operators define a form of mutation analysis at the level of the model checker specification. A model checker generates counterexamples which distinguish the variations from the original specification. The counterexamples can easily be turned into complete test cases, that is, with inputs and expected results. We define two classes of operators: those that produce test cases from which a correct implementation must differ, and those that produce test cases with which it must agree.There are substantial advantages to combining a model checker with mutation analysis. First, test case generation is automatic; each counterexample is a complete test case. Second, in sharp contrast to program-based mutation analysis, equivalent mutant identification is also automatic. We apply our method to an example specification and evaluate the resulting test sets with coverage metrics on a Java implementation.