[[PageOutline(1-2)]] = Test-driven Fault Navigation = '''Keywords:''' Debugging, Testing, Spectrum-based Fault Localization, Developer Ranking, Back-in-time Debugging, Likely Invariants The correction of software failures tends to be very cost-intensive because their debugging is an often time-consuming development activity. During this activity, developers largely attempt to understand what causes failures: Starting with a test case that reproduces the observable failure they have to follow failure causes on the infection chain back to the root cause (defect). This idealized procedure requires deep knowledge of the system and its behavior because failures and defects can be far apart from each other. Unfortunately, common debugging tools are inadequate for systematically investigating such infection chains in detail. Thus, developers have to rely primarily on their intuition and the localization of failure causes is not time-efficient. To prevent debugging by disorganized trial and error, experienced developers apply the scientific method and its systematic hypothesis-testing. However, even when using the scientific method, the search for failure causes can still be a laborious task. First, lacking expertise about the system makes it hard to understand incorrect behavior and to create reasonable hypotheses. Second, contemporary debugging approaches provide no or only partial support for the scientific method. We present test-driven fault navigation as an interconnected guide for debugging reproducible failures with the scientific method. Based on the analysis of passing and failing test cases, we reveal anomalies and integrate them into a breadth-first search that leads developers to defects. This systematic search consists of four specific navigation techniques that together support the creation, evaluation, and refinement of failure cause hypotheses for the scientific method. First, ''structure navigation'' localizes suspicious system parts and restricts the initial search space. Second, ''team navigation'' recommends experienced developers for helping with failures. Third, ''behavior navigation'' allows developers to follow emphasized infection chains back to root causes. Fourth, ''state navigation'' identifies corrupted state and reveals parts of the infection chain automatically. We implement test-driven fault navigation in our Path Tools framework for the !Squeak/Smalltalk development environment and limit its computation cost with the help of our incremental dynamic analysis. This lightweight dynamic analysis ensures a feeling of immediacy when debugging with our tools by splitting the run-time overhead over multiple test runs depending on developers’ needs. Hence, our test-driven fault navigation in combination with our incremental dynamic analysis answers important questions in a short time: where to start debugging, who understands failure causes best, what happened before failures, and which program entities are in question. == Demonstration == [[Image(tdfnyoutube.png, 400px, link=http://www.youtube.com/watch?v=UFAbTpT1PWo#t=0)]] '''Note:''' We have also prepared a tutorial in form of an interactive Squeak image. It explains our approach and our Path tools by debugging a difficult failure step by step. Download [http://www.michaelperscheid.de/projects/131025_CSMRWCRE_DemoImage.app.zip Path Tools for Squeak 4.4 (~90 MB)], extract the file, and run the proper executable of your favorite OS. == More information == Test-driven Fault Navigation has been developed by [http://www.michaelperscheid.de Michael Perscheid] as part of his [http://opus.kobv.de/ubp/volltexte/2013/6815/ dissertation]. For a list of recent publications, please visit his [http://michaelperscheid.de/publications/index.html website].