Content deleted Content added
m WP:CHECKWIKI error fixes using AWB (11334) |
m sp |
||
Line 6:
{{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
In practice, the Delta Debugging algorithm builds on [[unit testing]] to isolate failure causes automatically - by systematically narrowing down failure-inducing circumstances until a minimal set remains. For example, if you can supply a test case that will produce the bug you are looking for, then you can feed that to the Delta Debugging algorithm, which will then simply try to trim useless functions and lines of code that are not needed to reproduce the bug, until a 1-minimal program is found.
|