Delta debugging: Difference between revisions

Content deleted Content added
W102102 (talk | contribs)
Add DOI for ESEC/FSE '99 Bill
rename Related to See also, move it, move {{portal}} there
Line 5:
}}
 
{{Portal|Software Testing}}
'''Delta Debugging''' is a methodology to automate the [[debugging]] of programs using a scientific approach of hypothesis-trial-result loop. This methodology was first developed by Andreas Zeller of the Saarland University in 1999.<ref>{{cite book|last1=Zeller|first1=Andreas|title=Yesterday, my program worked. Today, it does not. Why?|date=1999|publisher=Springer|edition=Software Engineering—ESEC/FSE’99 [http://dx.doi.org/10.1007/3-540-48166-4_16 doi:10.1007/3-540-48166-4_16]}}</ref>
 
Line 27 ⟶ 26:
* [http://www.st.cs.uni-saarland.de/askigor/downloads/ Igor - command line tool]
 
==ReferencesSee also==
* Andreas Zeller: <cite>Why Programs Fail: A Guide to Systematic Debugging</cite>, Morgan Kaufmann, ISBN 1-55860-866-4
* [http://www.youtube.com/watch?v=SzRqd4YeLlM Learning from Code History] A presentation at Google Tech Talk from the original inventor of the Delta Debugging
<references />
 
{{Portal|Software Testing}}
==Related==
 
* [[Bisection (software engineering)]]
* [[Program slicing]]
 
==References==
* Andreas Zeller: <cite>Why Programs Fail: A Guide to Systematic Debugging</cite>, Morgan Kaufmann, ISBN 1-55860-866-4
* [http://www.youtube.com/watch?v=SzRqd4YeLlM Learning from Code History] A presentation at Google Tech Talk from the original inventor of the Delta Debugging
<references />
 
==External links==