Proceedings of the 2017 11th Joint Meeting on Foundations of Software Engineering 2017
DOI: 10.1145/3106237.3106297
|View full text |Cite
|
Sign up to set email alerts
|

Regression test selection across JVM boundaries

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
5

Citation Types

3
56
0

Year Published

2017
2017
2023
2023

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 32 publications
(59 citation statements)
references
References 42 publications
3
56
0
Order By: Relevance
“…As a number of changes along with a number of tests grow in many giant repositories, it may not be feasible to perform all tests during builds. To address this issue, several solutions have been proposed based on static analysis [17,33,40,46], dynamic analysis [23,39], and datadriven [32] using a ML model. Therefore, upon committing a change, and instead of conducting all test cases, only a subset of test cases are required to run.…”
Section: Related Workmentioning
confidence: 99%
“…As a number of changes along with a number of tests grow in many giant repositories, it may not be feasible to perform all tests during builds. To address this issue, several solutions have been proposed based on static analysis [17,33,40,46], dynamic analysis [23,39], and datadriven [32] using a ML model. Therefore, upon committing a change, and instead of conducting all test cases, only a subset of test cases are required to run.…”
Section: Related Workmentioning
confidence: 99%
“…Because of that, Zhang [15] proposed a hybrid test selection technique that combined file-level and method-level analysis. Furthermore, Celik et al [8] designed a file-level test selection across JVM boundaries, which can find more dependencies and improve precision of selection.…”
Section: Related Workmentioning
confidence: 99%
“…An approach has been proposed for regression test selection with dynamic test dependencies, where, for each test method or a test class file, dependencies are computed. Another approach by this author has been to dynamically detect, at the operating system level, all file artifacts a test depends on . Legunsen et al reported a study evaluating the performance of static regression test selection techniques, and the authors reported that class‐level approaches perform better than method‐level approaches.…”
Section: Related Workmentioning
confidence: 99%
“…Another approach by this author has been to dynamically detect, at the operating system level, all file artifacts a test depends on. 34 Legunsen et al reported a study 35 evaluating the performance of static regression test selection techniques, and the authors reported that class-level approaches perform better than method-level approaches. Zhang proposed a hybrid regression test selection approach combining method and file level selection.…”
Section: Related Workmentioning
confidence: 99%