wiki:pathToolsFramework

Version 26 (modified by michael.perscheid, 10 years ago) ( diff )

--

The Path Tools Framework

The Path Tools Framework comprises several development tools for supporting typical software maintenance tasks such as debugging, testing, and program comprehension. It realizes our test-driven fault navigation, test quality feedback, and model-based source code editing approach.

Our implementation primarily consists of three tools that are built on top of a flexible dynamic analysis framework:

  • PathMap is an extended test runner that analysis test case behavior and provides feedback about the entire system under observation. For example, it visualizes suspicious system parts, identifies experienced developers, derives type information, automatically creates contracts from likely invariants, reveals missing test cases and performance bottlenecks, or traces requirements down to program entities.
  • PathFinder is a lightweight back-in-time debugger for navigating through specific test case behavior and state. It assists developers not only in understanding entire execution histories but also in localizing root causes by highlighting infection chains and answering questions about corrupted object state.
  • PathView is a single-source model-based editor that allows developers to apply a direct round-trip engineering approach-changes in source code are immediately reflected in our UML-like views and vice versa. We automatically create such models based on specific test case executions and harvested type information from the entire test base.

The Path analysis framework provides the basis for our tools. It is an extensible realization of our incremental dynamic analysis for Smalltalk’s SUnit framework. By leveraging unit tests as a basis for dynamic analysis, we can ensure reproducibility and a high degree of automation, scalability, and performance with our tools.

Keywords: Software Maintenance, Testing, Debugging, Program Comprehension, Anomalies, Back-in-time, Test-driven fault navigation, Test Quality Feedback, Path Tools Framework, PathMap, PathFinder, PathView

[1. December 2013] We start to publish our Path tools framework.

How to Install

TODO: Configuration

TODO: All-in-one one click image! Try it out

How to Use

In the following two sections, we introduce all features of our tools and present in short tutorials (including screencasts) how to apply them step by step.

Tools

Tutorials

Acknowledgments

The Path Tools Framework has been developed by Michael Perscheid as part of his dissertation.

To date the following people also contributed to this project:

  • Franz Becker
  • Tim Felgentreff
  • Anton Gulenko
  • Markus Güntert
  • Michael Haupt
  • Vasily Kirilichev
  • Stephanie Platz
  • Oliver Richter
  • Leonhard Schweizer
  • Eric Seckler
  • Benjamin Siegmund
  • Bastian Steinert
  • Philipp Tessenow

Attachments (11)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.