The objective of the automated testing project is to perform automated generation of test inputs that obtain high coverage for flexible (user-definable) coverage metrics and to check properties of code during test case generation.
To this end, we have developed a tool, Symbolic JPF, that combines symbolic execution with model checking and constraint solving for test case generation. In this tool, programs are executed on symbolic inputs representing multiple concrete inputs. Values of variables are represented as numeric constraints, generated from analysis of the code structure. These constraints are then solved to generate test inputs guaranteed to reach that part of code. Essentially Symbolic JPF performs symbolic execution for Java programs at the bytecode level. Symbolic JPF uses the analysis engine of the Ames JPF model checking tool.
Test input generation for Java container classes, NASA guidance navigation and control (GNC) software; script generation for testing execution engines.
Combining Unit-level Symbolic Execution and System-level Concrete Execution for Testing NASA Software (paper published in ISSTA 2008 proceedings)
Symbolic JPF -- Symbolic Execution of Java Bytecode (presentation given at JPF workshop, MSR, ISSTA 2008)
Symbolic JPF is freely available from http://javapathfinder.sourceforge.net/ (extensions/symbc). Tool documentation (old).
Reviewed 2012
Corina Pasareanu
Karen Gundy-Burlet
Peter Mehlitz
David Bushnell
Hamed Jafari
Willem Visser
Mithun Acharya
Suzette Person
Saswat Anand
Radek Pelanek
Sarfraz Khurshid