Automated test generation using concolic testing

K Sen - Proceedings of the 8th India Software Engineering …, 2015 - dl.acm.org
In this talk, I will talk about the recent advances and challenges in concolic testing and
symbolic execution. Concolic testing, also known as directed automated random testing …

State Merging for Concolic Testing of Event-driven Applications

M Vandercammen, C De Roover - Science of Computer Programming, 2025 - Elsevier
Symbolic execution has proven itself a successful technique for automatically testing
applications. However, it suffers from the state explosion problem, where execution of the …

Test generation using symbolic execution

P Godefroid - IARCS Annual Conference on Foundations of …, 2012 - drops.dagstuhl.de
Test Generation Using Symbolic Execution Page 1 Test Generation Using Symbolic Execution
Patrice Godefroid Microsoft Research pg@microsoft.com Abstract This paper presents a short …

Concolic testing

K Sen - Proceedings of the 22nd IEEE/ACM international …, 2007 - dl.acm.org
Concolic testing automates test input generation by combining the concrete and symbolic
(concolic) execution of the code under test. Traditional test input generation techniques use …

Goal-oriented concolic testing

IS Chung, JK Park - Journal of KIISE: Software and Applications, 2010 - koreascience.kr
Concolic testing generates test data by combining concrete program execution and symbolic
execution to achieve high test coverage. CREST is a representative open-source test tool …

Finding errors in python programs using dynamic symbolic execution

S Sapra, M Minea, S Chaki, A Gurfinkel… - Testing Software and …, 2013 - Springer
For statically typed languages, dynamic symbolic execution (also called concolic testing) is a
mature approach to automated test generation. However, extending it to dynamic languages …

GuideSE: Annotations for guiding concolic testing

K Sen, H Tanno, X Zhang… - 2015 IEEE/ACM 10th …, 2015 - ieeexplore.ieee.org
Dynamic symbolic execution or concolic testing has been proposed recently to effectively
generate test inputs for real-world programs. Unfortunately, dynamic symbolic execution …

[HTML][HTML] Testing concolic execution through consistency checks

E Coppa, A Izzillo - Journal of Systems and Software, 2024 - Elsevier
Symbolic execution is a well-known software testing technique that evaluates how a
program runs when considering a symbolic input, ie, an input that can initially assume any …

[图书][B] Symbolic execution algorithms for test generation

RG Xu - 2009 - search.proquest.com
Correctness of software has become increasingly important and difficult as programs
become more complicated and have more impact on our day-to-day lives. There are two …

Concolic testing heap-manipulating programs

LH Pham, QL Le, QS Phan, J Sun - Formal Methods–The Next 30 Years …, 2019 - Springer
Concolic testing is a test generation technique which works effectively by integrating random
testing generation and symbolic execution. Existing concolic testing engines focus on …