@inproceedings{28cd632c4fa54cfbb11fca1159dc0db0,
title = "Practical Test Dependency Detection",
abstract = "Regression tests should consistently produce the same outcome when executed against the same version of the system under test. Recent studies, however, show a different picture: In many cases simply changing the order in which tests execute is enough to produce different test outcomes. These studies also identify the presence of dependencies between tests as one likely cause of this behavior. Test dependencies affect the quality of tests and of the correlated development activities, like regression test selection, prioritization, and parallelization, which assume that tests are independent. Therefore, developers must promptly identify and resolve problematic test dependencies. This paper presents PRADET, a novel approach for detecting problematic dependencies that is both effective and efficient. PRADET uses a systematic, data-driven process to detect problematic test dependencies significantly faster and more precisely than prior work. PRADET scales to analyze large projects with thousands of tests that existing tools cannot analyze in reasonable amount of time, and found 27 previously unknown dependencies.",
keywords = "data-flow, detection algorithm, empirical study, flaky tests, Test dependence",
author = "Alessio Gambi and Jonathan Bell and Andreas Zeller",
note = "Funding Information: IX. ACKNOWLEDGMENT The authors would like to thank Sebastian Kappler for providing feedback about the work, and Alex Gyori for assistance implementing the open-source version of ElectricTest. This work was funded in part by the European Research Council Advanced Grant “SPECMATE”. Publisher Copyright: {\textcopyright} 2018 IEEE.",
year = "2018",
month = may,
day = "25",
doi = "10.1109/ICST.2018.00011",
language = "English",
series = "Proceedings - 2018 IEEE 11th International Conference on Software Testing, Verification and Validation, ICST 2018",
publisher = "IEEE Computer Society",
pages = "1--11",
booktitle = "Proceedings - 2018 IEEE 11th International Conference on Software Testing, Verification and Validation, ICST 2018",
}