2019 IEEE/ACM 12th International Workshop on Search-Based Software Testing (SBST) 2019
DOI: 10.1109/sbst.2019.00014
|View full text |Cite
|
Sign up to set email alerts
|

Java Unit Testing Tool Competition - Seventh Round

Abstract: We report on the results of the seventh edition of the JUnit tool competition. This year, four tools were executed on a benchmark with (i) new classes, selected from real-world software projects, and (ii) challenging classes from the previous edition. We use Randoop and manual test suites from the projects as baselines. Given the interesting findings of last year, we analyzed the effectiveness of the combined test suites generated by all competing tools and compared; results are confronted with the manual test… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

1
26
0

Year Published

2020
2020
2022
2022

Publication Types

Select...
4
1
1

Relationship

2
4

Authors

Journals

citations
Cited by 30 publications
(27 citation statements)
references
References 10 publications
1
26
0
Order By: Relevance
“…• PdfBox (https://github.com/apache/pdfbox), an Apache Java API to work with PDF documents. • Spoon (https://github.com/INRIA/spoon/), a library for analyzing and transforming Java source code, also used in last year's edition of the competition [6].…”
Section: The Benchmark Subjectsmentioning
confidence: 99%
See 2 more Smart Citations
“…• PdfBox (https://github.com/apache/pdfbox), an Apache Java API to work with PDF documents. • Spoon (https://github.com/INRIA/spoon/), a library for analyzing and transforming Java source code, also used in last year's edition of the competition [6].…”
Section: The Benchmark Subjectsmentioning
confidence: 99%
“…Considering all the classes in each project is not possible as it would require an extensive amount of time and resources for the competition. Following the lead of past editions [6], we sampled a limited number of Classes under test (CUTs) using a two-step procedure. In the first step, we computed McCabe's cyclomatic complexity for all methods and classes in each project using Ja-vaNCSS 1 and filtered out classes that contain only methods with a complexity lower than five.…”
Section: The Benchmark Subjectsmentioning
confidence: 99%
See 1 more Smart Citation
“…Testing (SBST) tool competition, where it achieved the second highest score out of five tools in 2019 [19]. EvoSuite is the state of the art in search-based unit test generation [13].…”
Section: Discussionmentioning
confidence: 99%
“…There are two competitions for automatic and off-site testing: Rode0day 8 is a competition that is meant as a continuously running evaluation on bug-finding in binaries (currently Grep and SQLite). The unit-testing tool competition [32] 9 is part of the SBST workshop and compares tools for unit-test generation on Java programs. There was no comparative evaluation of automatic test-generation tools for whole C programs in source-code, in a controlled environment, and Test-Comp was founded to close this gap [4].…”
Section: Introductionmentioning
confidence: 99%