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 …

Boosting concolic testing via interpolation

J Jaffar, V Murali, JA Navas - Proceedings of the 2013 9th Joint Meeting …, 2013 - dl.acm.org
Concolic testing has been very successful in automatically generating test inputs for
programs. However one of its major limitations is path-explosion that limits the generation of …

Consmutate: Sql mutants for guiding concolic testing of database applications

T Sarkar, S Basu, JS Wong - … on Formal Engineering Methods, ICFEM 2012 …, 2012 - Springer
Database applications are built using two different programming language constructs: one
that controls the behavior of the application, also referred to as the host language; and the …

PyCT: A Python Concolic Tester

YF Chen, WL Tsai, WC Wu, DD Yen, F Yu - … , IL, USA, October 17–18, 2021 …, 2021 - Springer
Concolic testing is a software testing technique for generating concrete inputs of programs to
increase code coverage and has been developed for years. For programming languages …

Concolic testing for functional languages

A Giantsios, N Papaspyrou, K Sagonas - Proceedings of the 17th …, 2015 - dl.acm.org
Concolic testing is a software testing technique combining concrete execution of a program
(given specific input, along specific paths) with symbolic execution (generating new test …

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 …

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 …

Target-directed concolic testing

ZQ Cui, LZ Wang, XD Li - Jisuanji Xuebao(Chinese Journal of …, 2011 - cjc.ict.ac.cn
Concolic testing is an automatic testing technique which combines concrete execution and
symbolic execution together. Concolic testing only focuses on programs under test, and …

SCORE: a scalable concolic testing tool for reliable embedded software

Y Kim, M Kim - Proceedings of the 19th ACM SIGSOFT symposium …, 2011 - dl.acm.org
Current industrial testing practices often generate test cases in a manual manner, which
degrades both the effectiveness and efficiency of testing. To alleviate this problem, concolic …

Type-aware concolic testing of JavaScript programs

M Dhok, MK Ramanathan, N Sinha - Proceedings of the 38th …, 2016 - dl.acm.org
Conventional concolic testing has been used to provide high coverage of paths in statically
typed languages. While it has also been applied in the context of JavaScript (JS) programs …