2010 Third International Conference on Software Testing, Verification and Validation 2010
DOI: 10.1109/icst.2010.54
|View full text |Cite
|
Sign up to set email alerts
|

TestFul: An Evolutionary Test Approach for Java

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
64
0
5

Year Published

2011
2011
2018
2018

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 66 publications
(69 citation statements)
references
References 22 publications
0
64
0
5
Order By: Relevance
“…The empirical evidence on research in this area often focuses on container classes [4,5,6,7,10,12,14,17,19,22,23,26,27,29,30,31,33,34]-containers are an important part of many standard libraries, and bugs in these containers could significantly affect applications, so directing testing efforts to these containers is worthwhile. Testing containers is not only important but also challenging to achieve with some advanced testing technique such as those based on symbolic execution [30].…”
Section: Introductionmentioning
confidence: 99%
“…The empirical evidence on research in this area often focuses on container classes [4,5,6,7,10,12,14,17,19,22,23,26,27,29,30,31,33,34]-containers are an important part of many standard libraries, and bugs in these containers could significantly affect applications, so directing testing efforts to these containers is worthwhile. Testing containers is not only important but also challenging to achieve with some advanced testing technique such as those based on symbolic execution [30].…”
Section: Introductionmentioning
confidence: 99%
“…In case of ties, we assign better ranks to smaller test suites. Notice that including the length directly in the fitness function (as for example done in [6], [7]), might have side-effects, because we would need to put together and linearly combine two values of different units of measure. Furthermore, although we have two distinct objectives, coverage is more important than size.…”
Section: Bloat Controlmentioning
confidence: 99%
“…There are some notable exceptions in search based software testing. The works of Arcuri and Yao [6] and Baresi et al [7] use a single sequence of function calls to maximize the number of covered branches while minimizing the length of such a test case. A drawback of such an approach is that there can be conflicting testing goals, and it might be impossible to cover all of them with a single test sequence regardless of its length.…”
Section: Introductionmentioning
confidence: 99%
“…Miraz et al improved over Tonella's approach by proposing a technique that explicitly considers also the internal state of objects to drive the search [BLM10]. Their TestFul technique implements an hybrid evolutionary algorithm that alternate global search to cover the internal states of objects, and local search to satisfy the branches of methods.…”
Section: Search Based Testingmentioning
confidence: 99%
“…We extended search based testing techniques [FA11a,BLM10] by implementing a fitness function that targets the contextual definition use pairs computed in the former two steps.…”
Section: Search Based Dynamic Data Flow Testingmentioning
confidence: 99%