2013 35th International Conference on Software Engineering (ICSE) 2013
DOI: 10.1109/icse.2013.6606649
|View full text |Cite
|
Sign up to set email alerts
|

JST: An automatic test generation tool for industrial Java applications with strings

Abstract: Abstract-In this paper we present JST, a tool that automatically generates a high coverage test suite for industrial strength Java applications. This tool uses a numeric-string hybrid symbolic execution engine at its core which is based on the Symbolic Java PathFinder platform. However, in order to make the tool applicable to industrial applications the existing generic platform had to be enhanced in numerous ways that we describe in this paper. The JST tool consists of newly supported essential Java library c… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
43
0

Year Published

2013
2013
2016
2016

Publication Types

Select...
5
1

Relationship

2
4

Authors

Journals

citations
Cited by 30 publications
(43 citation statements)
references
References 23 publications
0
43
0
Order By: Relevance
“…Finally, we intersect this automaton with the one accepting all words of length 2 to get the final automaton. Due to space constraint we will skip the details of implementing the new operations, which we extend from [16,9].…”
Section: Enhancement With Automaton Based Modelmentioning
confidence: 99%
See 3 more Smart Citations
“…Finally, we intersect this automaton with the one accepting all words of length 2 to get the final automaton. Due to space constraint we will skip the details of implementing the new operations, which we extend from [16,9].…”
Section: Enhancement With Automaton Based Modelmentioning
confidence: 99%
“…combinations of numeric constraints, string constraints, and RegExp constraints). An interested reader may refer to [9] for more discussions. Moreover, even for the supported features, they often use iterations or brute-force enumerations, hence harming the performance.…”
Section: Introductionmentioning
confidence: 99%
See 2 more Smart Citations
“…The result, however, is only a weak connection between string lengths and other numerical constraints. Other solvers that combine automata and numerical reasoning [1,43,81] are able to strengthen this connection to varying degrees.…”
Section: Unbounded-length String Variablesmentioning
confidence: 99%