Sciweavers

EDCC
2005
Springer

PathCrawler: Automatic Generation of Path Tests by Combining Static and Dynamic Analysis

13 years 10 months ago
PathCrawler: Automatic Generation of Path Tests by Combining Static and Dynamic Analysis
Abstract. We present the PathCrawler prototype tool for the automatic generation of test-cases satisfying the rigorous all-paths criterion, with a user-defined limit on the number of loop iterations in the covered paths. The prototype treats C code and we illustrate the test-case generation process on a representative example of a C function containing data-structures of variable dimensions, loops with variable numbers of iterations and many infeasible paths. PathCrawler is based on a novel combination of code instrumentation and constraint solving which makes it both efficient and open to extension. It suffers neither from the approximations and complexity of static analysis, nor from the number of executions demanded by the use of heuristic algorithms in function minimisation and the possibility that they fail to find a solution. We believe that it demonstrates the feasibility of rigorous and systematic testing of sequential programs coded in imperative languages.
Nicky Williams, Bruno Marre, Patricia Mouy, Muriel
Added 27 Jun 2010
Updated 27 Jun 2010
Type Conference
Year 2005
Where EDCC
Authors Nicky Williams, Bruno Marre, Patricia Mouy, Muriel Roger
Comments (0)