Delta debugging: Difference between revisions

Content deleted Content added
Mdernst (talk | contribs)
Software: Move software to software section
Mdernst (talk | contribs)
Software: Add Lithium tool.
Line 15:
 
== Software ==
* [http://delta.tigris.org/ Delta] - a computer program to minimize "interesting" files subject to a test of their interestingness
* [http://www.st.cs.uni-saarland.de/askigor/downloads/ Igor - command line tool]
* [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://www.squarefree.com/lithium/using.html Lithium]
* [http://www.st.cs.uni-sb.de/eclipse/ Eclipse Plug-Ins]
** DDinput - Failure-Inducing Input
** [http://ddchange.martin-burger.de/ DDchange] - Failure-Inducing Changes
** 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]
* [http://www.st.cs.uni-saarland.de/askigor/downloads/ Igor - command line tool]
 
==References==