Delta debugging: Difference between revisions

Content deleted Content added
Mdernst (talk | contribs)
External links: Move software to software section
Mdernst (talk | contribs)
Software: Move software to software section
Line 21:
** DDstate - Failure-Inducing States
* [https://www.st.cs.uni-saarland.de/dd/DD.py DD.py] - a Python implementation of Delta Debugging; also see its [https://www.st.cs.uni-saarland.de/dd/ddusage.php3 tutorial]
* [http://delta.tigris.org/ Delta] - a computer program to minimize "interesting" files subject to a test of their interestingness
* [https://www.st.cs.uni-saarland.de/testing/xmlmate/ XMLmate]<ref>{{cite news|title=Detecting Software Errors via Genetic Algorithms|url=http://www.pddnet.com/news/2014/03/detecting-software-errors-genetic-algorithms|accessdate=22 July 2015|date=2014-03-05}}</ref>
* [https://github.com/eschulte/delta-debug Common Lisp implementation]