DocumentCode
747662
Title
A System to Generate Test Data and Symbolically Execute Programs
Author
Clarke, Lori A.
Author_Institution
Department of Computer and Information Science, University of Massachusetts
Issue
3
fYear
1976
Firstpage
215
Lastpage
222
Abstract
This paper describes a system that attempts to generate test data for programs written in ANSI Fortran. Given a path, the system symbolically executes the path and creates a set of constraints on the program´s input variables. If the set of constraints is linear, linear programming techniques are employed to obtain a solution. A solution to the set of constraints is test data that will drive execution down the given path. If it can be determined that the set of constraints is inconsistent, then the given path is shown to be nonexecutable. To increase the chance of detecting some of the more common programming errors, artificial constraints are temporarily created that simulate error conditions and then an attempt is made to solve each augmented set of constraints. A symbolic representation of the program´s output variables in terms of the program´s input variables is also created. The symbolic representation is in a human readable form that facilitates error detection as well as being a possible aid in assertion generation and automatic program documentation.
Keywords
Program validation; software reliability; symbolic execution; test data generation; Automatic testing; Computer errors; Documentation; Humans; Input variables; Linear programming; Programming profession; Software reliability; Software testing; System testing; Program validation; software reliability; symbolic execution; test data generation;
fLanguage
English
Journal_Title
Software Engineering, IEEE Transactions on
Publisher
ieee
ISSN
0098-5589
Type
jour
DOI
10.1109/TSE.1976.233817
Filename
1702368
Link To Document