|
David Schuler |
Software Engineering Chair (Prof. Zeller) Saarland University – Computer Science Campus E1 3 66123 Saarbrücken, Germany E-mail: schuler@st.cs.uni-saarland.de Phone: +49 (0)681 302-64026
![]() |
||
About meI am working as scientific assistant in the Software Engineering Group at Saarland University.My research lies in the area of software quality assurance, notably
ProjectsEfficient and Effective Mutation TestingMy most exciting work these days is in the area of mutation testing -- that is, seeding artificial bugs into code to assess whether your test suite finds them. If it does not, this means your test suite is not yet good enough.Despite its effectiveness, mutation testing has two issues. First, it requires large computing resources to re-run the test suite again and again. Second, and this is worse, a mutation to the program can keep the program's semantics unchanged -- and thus cannot be detected by any test. Such equivalent mutants act as false positives; they have to be assessed and isolated manually, which is an extremely tedious task. For that purpose, I have developed Javalanche, framework for mutation testing of Java programs, which addresses both the problems of efficiency and equivalent mutants:
We have evaluated Javalanche on seven industrial-size programs, confirming its effectiveness. With less than 3% of equivalent mutants, our approach provides a precise and fully automatic measure of the adequacy of a test suite -- making mutation testing, finally, applicable in practice. For details on the technique, see our paper on Efficient Mutation Testing by Checking Invariant Violations. Detecting Code Theft with API BirthmarkAs part of my master's thesis, I have developed the API birthmark, a tool to extract and compare birthmarks based on API call sequence sets. With API birthmark, one can effectively determine code theft.
The corresponding paper
was presented at ASE 2007,
and got me some nice media coverage
(Slashdot ·
SZ ·
Heise ·
Linuxworld ·
Pressespiegel ·
Computable ·
Bild ·
Entwickler ·
ACM Technews ·
Computerzeitung ·
IDW Online).
TeachingI served as a teaching assistant for programming 2 (Programmierung 2), an introduction to object-oriented programming, in summer semesters 2007 and 2008. Among others, I was responsible for setting up and running automated tests for more than 200 participants.ContactYou can meet me in my office in Building E 1 3, Room 302 or send me an e-mail schuler@st.cs.uni-sb.de <schuler@st.cs.uni-saarland.de> · http://www.st.cs.uni-saarland.de/~schuler/ · Updated: 2009-11-05 18:40 | ||||