A Sharma - Companion Proceedings of the 36th International …, 2014 - dl.acm.org
Symbolic execution is an important and popular technique used in several software engineering tools for test case generation, debugging and program analysis. As such …
C Cadar, P Godefroid, S Khurshid… - Proceedings of the 33rd …, 2011 - dl.acm.org
We present results for the" Impact Project Focus Area" on the topic of symbolic execution as used in software testing. Symbolic execution is a program analysis technique introduced in …
C Zhang, A Groce, MA Alipour - … of the 2014 International Symposium on …, 2014 - dl.acm.org
Scaling symbolic execution to large programs or programs with complex inputs remains difficult due to path explosion and complex constraints, as well as external method calls …
Symbolic execution is an effective but expensive technique for automated test generation. Over the years, a large number of refined symbolic execution techniques have been …
MX Lin, YL Chen, K Yu, GS Wu - IET software, 2011 - IET
In the context of test data generation, symbolic execution gets more attention as computing power increases continuously. Experiments show that test generation tools based on …
Symbolic execution has proven to be a practical technique for building automated test case generation and bug finding tools. Nevertheless, due to state explosion, these tools still …
Symbolic Pathfinder (SPF) combines symbolic execution with model checking and constraint solving for automated test case generation and error detection in Java programs with …
T Kapus, F Busse, C Cadar - Proceedings of the 35th IEEE/ACM …, 2020 - dl.acm.org
Symbolic execution is a well established technique for software testing and analysis. However, scalability continues to be a challenge, both in terms of constraint solving cost and …
Manual software testing is laborious and prone to human error. Yet, it is the most popular method for quality assurance. Automating the test-case generation promises better …