21 citations · 22 across the 2 of their papers we have counts for
5 papers · 1 filter
Can We Spot Energy Regressions using Developers Tests?
Benjamin Danglot, Jean-Rémy Falleri, Romain Rouvoy
Software Energy Consumption(SEC) is gaining more and more attention. In this paper, we tackle the problem of hinting developers about the SEC of their programs in the context of so…
Suggestions on Test Suite Improvements with Automatic Infection and Propagation Analysis
Oscar Luis Vera-Pérez, Benjamin Danglot, Martin Monperrus +1
An extreme transformation removes the body of a method that is reached by one test case at least. If the test suite passes on the original program and still passes after the extrem…
Automatic Test Improvement with DSpot: a Study with Ten Mature Open-Source Projects
Benjamin Danglot, Oscar Luis Vera-Pérez, Benoit Baudry +1
In the literature, there is a rather clear segregation between manually written tests by developers and automatically generated ones. In this paper, we explore a third solution: to…
A Comprehensive Study of Pseudo-tested Methods
Oscar Luis Vera-Pérez, Benjamin Danglot, Martin Monperrus +1
Pseudo-tested methods are defined as follows: they are covered by the test suite, yet no test case fails when the method body is removed, i.e., when all the effects of this method…
Test Case Generation for Program Repair: A Study of Feasibility and Effectiveness
Zhongxing Yu, Matias Martinez, Benjamin Danglot +2
Among the many different kinds of program repair techniques, one widely studied family of techniques is called test suite based repair. Test-suites are in essence input-output spec…