169 citations · 169 across the 2 of their papers we have counts for
2 papers
cs.SE2019★ 169 cited
Understanding Flaky Tests: The Developer's Perspective
Moritz Eck, Fabio Palomba, Marco Castelluccio +1
Flaky tests are software tests that exhibit a seemingly random outcome (pass or fail) when run against the same, identical code. Previous work has examined fixes to flaky tests and…
cs.SE2015
Untangling Fine-Grained Code Changes
Martín Dias, Alberto Bacchelli, Georgios Gousios +2
After working for some time, developers commit their code changes to a version control system. When doing so, they often bundle unrelated changes (e.g., bug fix and refactoring) in…