Model checking, testing and verification working together

  • Authors:
  • Elsa Gunter;Doron Peled

  • Affiliations:
  • Department of Computer Science, University of Illinois at Urbana–Champaign, 61801-2302, Urbana, IL, USA;Dept. of Computer Science, The University of Warwick, CV4 7AL, Coventry, IL, UK

  • Venue:
  • Formal Aspects of Computing
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a symbolic model checking approach that allows verifying a unit of code, e.g., a single procedure or a collection of procedures that interact with each other. We allow temporal specifications that assert over both the program counters and the program variables. We decompose the verification into two parts: (1) a search that is based on the temporal behavior of the program counters, and (2) the formulation and refutation of a path condition, which inherits conditions constraining the program variables from the temporal specification. This verification approach is modular, as we do not require that all the involved procedures are provided. Furthermore, we do not request that the code is based on a finite domain. The presented approach can also be used for automating the generation of test cases for unit testing.