コンピュータ ソフトウェア
Print ISSN : 0289-6540
再現可能な誤りをデバッグするためのテスト駆動型誤り発見ツール
Michael PERSCHEIDMichael HAUPTRobert HIRSCHFELD増原 英彦
著者情報
ジャーナル フリー

2012 年 29 巻 3 号 p. 3_188-3_211

詳細
抄録

Debugging failing test cases, particularly the search for failure causes, is often a laborious and timeconsuming activity. With the help of spectrum-based fault localization developers are able to reduce the potentially large search space by detecting anomalies in tested program entities. However, such anomalies do not necessarily indicate defects and so developers still have to analyze numerous candidates one by one until they find the failure cause. This procedure is inefficient since it does not take into account how suspicious entities relate to each other, whether another developer is better qualified for debugging this failure, or how erroneous behavior comes to be.
We present test-driven fault navigation as an interconnected debugging guide that integrates spectrumbased anomalies and failure causes. By analyzing failure-reproducing test cases, we reveal suspicious system parts, developers most qualified for addressing localized faults, and erroneous behavior in the execution history. The Paths tool suite realizes our approach: PathMap supports a breadth first search for narrowing down failure causes and recommends developers for help; PathFinder is a lightweight back-in-time debugger that classifies failing test behavior for easily following infection chains back to defects. The evaluation of our approach illustrates the improvements for debugging test cases, the high accuracy of recommended developers, and the fast response times of our corresponding tool suite.

著者関連情報
© 2012 日本ソフトウェア科学会
前の記事 次の記事
feedback
Top