2 citations · 4 across the 3 of their papers we have counts for
3 papers
cs.SE2019★ 1 cited
Bridging the Gap between Unit Test Generation and System Test Generation
Alexander Kampmann, Andreas Zeller
Common test generators fall into two categories. Generating test inputs at the unit level is fast, but can lead to false alarms when a function is called with inputs that would not…
cs.SE2018★ 1 cited
Carving Parameterized Unit Tests
Alexander Kampmann, Andreas Zeller
We present a method to automatically extract ("carve") parameterized unit tests from system executions. The unit tests execute the same functions as the system tests they are carve…
cs.PL2017★ 2 cited
Active Learning of Input Grammars
Matthias Höschele, Alexander Kampmann, Andreas Zeller
Knowing the precise format of a program's input is a necessary prerequisite for systematic testing. Given a program and a small set of sample inputs, we (1) track the data flow of…