Abstract
In this paper, we introduce an approach for automated verification and testing of ANSI C programs for embedded systems. We automatically extract an automaton model from the C code of the SUT (system under test). This automaton model is on the one hand used for formal verification of the requirements defined in the system specification, on the other hand, we can derive test cases from this model, for both methods we use a model checker. We describe our techniques for test case generation, based on producing counterexamples with a model checker by formulating trap properties. The resulting test cases can then be applied to the SUT on different test levels. An important issue for model checking C-source code, is the correct modeling of the semantics of a C program for an embedded system. We focus on challenges and possible restrictions that appear, when model checking is used for the verification of C-source code. We specifically show how to deal with arithmetic expressions in the model checker NuSMV and how to preserve the numerical results in case of modeling the platform-specific semantics of C.
Original language | English |
---|---|
Title of host publication | Procs of 10th IEEE International Symposium on Object and Component-Oriented Real-Time Distributed Computing |
Editors | M DeMiguel, V Kalogeraki, DH Kim |
Publisher | Institute of Electrical and Electronics Engineers (IEEE) |
Pages | 373-382 |
Number of pages | 9 |
ISBN (Print) | 0-7695-2765-5 |
DOIs | |
Publication status | Published - 2007 |
Event | 10th IEEE International Symposium on Object and Component-Oriented Real-Time Distributed Computing - Santorini Isl Duration: 7 May 2007 → 9 May 2007 |
Conference
Conference | 10th IEEE International Symposium on Object and Component-Oriented Real-Time Distributed Computing |
---|---|
City | Santorini Isl |
Period | 7/05/07 → 9/05/07 |
Keywords
- MODEL CHECKING
- GENERATION