Content deleted Content added
Extended description of bisect |
Added link for bisection |
||
Line 12:
Delta Debugging has been applied to isolate failure-inducing program input (e.g. an HTML page that makes a Web browser fail), failure-inducing user interaction (e.g. the keystrokes that make a program crash), or failure-inducing changes to the program code (e.g. after a failing regression test).
Later, some software development tools have been inspired by Delta Debugging, such as the [[Bisection_(software_engineering)|bisect commands]] of [[revision control]] systems (eg, git-bisect, svn-bisect, hg-bisect, etc.), which, instead of working on the program's code, apply the delta debugging methodology on the code history by comparing various versions until the faulty change is found.
== Software ==
|