1992
DOI: 10.1049/sej.1992.0029
|View full text |Cite
|
Sign up to set email alerts
|

An experimental evaluation of a symbolic execution system

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
18
0
4

Year Published

1993
1993
2020
2020

Publication Types

Select...
7
1

Relationship

0
8

Authors

Journals

citations
Cited by 22 publications
(22 citation statements)
references
References 1 publication
0
18
0
4
Order By: Relevance
“…The algorithm searches for test paths that satisfy the all-uses criterion. In the case of programs containing loops, the proposed technique generates paths according to the ZOT-subset criterion: "Each loop in a program is iterated zero, one, and two times in execution" [34].…”
Section: Ga-based Technique For Test Paths Generationmentioning
confidence: 99%
“…The algorithm searches for test paths that satisfy the all-uses criterion. In the case of programs containing loops, the proposed technique generates paths according to the ZOT-subset criterion: "Each loop in a program is iterated zero, one, and two times in execution" [34].…”
Section: Ga-based Technique For Test Paths Generationmentioning
confidence: 99%
“…In symbolic execution [41,[53][54][55], the state, called a symbolic store , maps variables, not to values, but to symbolic expressions. The expressions are the objects that can occur on the right hand sides of assignment statements (in this paper, it is assumed that these are simply arithmetic expressions).…”
Section: An Overview Of the Approachmentioning
confidence: 99%
“…However, in a more general case, a decision must be 49 made as to which paths to follow: for instance, the loop can be traversed zero times, once and twice as suggested by Girgis [19]. However, it is conceivable that such an approach may miss faults that only arise after a considerable number of iterations (such as an array overflow * ).…”
Section: Loop Handlingmentioning
confidence: 99%