46 citations · 130 across the 17 of their papers we have counts for
6 papers · 1 filter
Automatic Quality Assurance and Release (Report from Dagstuhl Seminar 18122)
Bram Adams, Benoit Baudry, Sigrid Eldh +2
This report documents the program and the outcomes of Dagstuhl Seminar 18122 "Automatic Quality Assurance and Release". The main goal of this seminar was to bridge the knowledge di…
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…
Descartes: A PITest Engine to Detect Pseudo-Tested Methods - Tool Demonstration
Oscar Luis Vera-Pérez, Martin Monperrus, Benoit Baudry
Descartes is a tool that implements extreme mutation operators and aims at finding pseudo-tested methods in Java projects. It leverages the efficient transformation and runtime fea…
Human-competitive Patches in Automatic Program Repair with Repairnator
Martin Monperrus, Simon Urli, Thomas Durieux +3
Repairnator is a bot. It constantly monitors software bugs discovered during continuous integration of open-source software and tries to fix them automatically. If it succeeds to s…
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…
A Chaos Engineering System for Live Analysis and Falsification of Exception-handling in the JVM
Long Zhang, Brice Morin, Philipp Haller +2
Software systems contain resilience code to handle those failures and unexpected events happening in production. It is essential for developers to understand and assess the resilie…