Changes between Version 11 and Version 12 of path:pathMap


Ignore:
Timestamp:
12/13/2013 10:51:57 AM (10 years ago)
Author:
michael.perscheid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • path:pathMap

    v11 v12  
    1616
    1717
     18PathMap is our extended test runner that reveals the hidden knowledge of test cases and presents it to developers. 
     19It provides low overhead analysis framework that computes coverage data, likely invariants, and static metrics and displays the results in form of a scalable tree map visualization of the system under observation.
    1820
    19 
    20 
    21 PATHMAP
    22 We assume that test cases own a hidden and valuable source of information
    23 As test cases own a hidden and valuable source of information, this tool supports developers in revealing this data
    24 
    25 We have developed an extended test runner called PathMap that supports spectrum- based fault localization within the system structure. It provides a scalable tree map visualization and a low overhead analysis framework that computes spectrum-based anomalies at methods and refines results at statements on demand.
    26 
    27 PathMap is our extended test runner that provides valuable feedback for restricting the initial search space. It realizes our structure navigation by computing spectrum-based anomalies and presenting the results in form of a tree map. Based on these results, it integrates our team navigation and its developer ranking metric. In addition to it, developers also start the inductive analysis for our state navigation from here, which harvests passing test cases in order to create contracts.
    28 
    29 
    30 '''See also the following tutorials:'''
     21'''For more specific use cases, see also the following tutorials:'''
    3122[wiki:path:tutorial:tdfn Test-driven Fault Navigation (Debugging)],
    3223[wiki:path:tutorial:tqf Test Quality Feedback (Testing)],
     
    3728
    3829[[Image(pathMap.png)]]
    39 
    40 
    4130
    4231== How to Use ==