1. What contributions have the authors mentioned in the paper "Directed incremental symbolic execution" ?
One approach that is widely studied in the context of regression analysis is to analyze the differences between two related program versions.. In this paper, the authors present Directed Incremental Symbolic Execution ( DiSE ), a novel technique for detecting and characterizing the effects of program changes.. A case-study of their implementation of DiSE illustrates its effectiveness at detecting and characterizing the effects of program changes.. Furthermore, DiSE does not require analysis results to be carried forward as the software evolves—only the source code for two related program versions is required.
read more
2. What have the authors stated for future works in "Directed incremental symbolic execution" ?
The authors plan to extend DiSE to use an inter-procedural analysis to generate affected path conditions over the entire system as part of their future work.. In future work, the authors plan to conduct a more comprehensive evaluation of their DiSE technique.
read more
3. What are the primary threats to external validity for their study?
The primary threats to external validity for their study are (1) the use of SPF within which the authors implemented their technique, (2) the use of Choco as the underlying constraint solver, (3) the selection of artifacts used to evaluate DiSE, and (4) the changes applied to create the mutants.
read more
4. What can be used as input to a subsequent analysis?
The path conditions in the symbolic summary can be used as input to a subsequent analysis, e.g., the solved path conditions can be used as regression test case inputs.
read more





