Browsing by Author "NGUYEN, Hoang D. T."
Now showing 1 - 1 of 1
Results Per Page
Sort Options
- ItemPath Exploration based on Symbolic Output(2011-03-17T06:36:18Z) QI, Dawei; NGUYEN, Hoang D. T.; ROYCHOUDHURY, AbhikEfficient program path exploration is important for many software engineering activities such as testing, debugging and verification. However, enumerating all paths of a program is prohibitively expensive. In this paper, we develop a partitioning of program paths based on the program output. Two program paths are placed in the same partition if they derive the output similarly, that is, the symbolic expression connecting the output with the inputs is the same in both paths. Our grouping of paths is gradually created by a smart path exploration. Our experiments show the benefits of the proposed path exploration in test-suite construction. Our path partitioning produces a semantic signature of a program — describing all the different symbolic expressions that the output can assume along different program paths. To reason about changes between program versions, we can therefore analyze their semantic signatures. In particular, we demonstrate the applications of our path partitioning in debugging of software regressions.