[PDF][PDF] Design of a Modified Concolic Testing Algorithm with Smaller Constraints.

Y Köroglu, A Sen - CSTVA@ ISSTA, 2016 - ceur-ws.org
Concolic testing is a well-known unit test generation technique. However, bottlenecks such
as constraint solving prevents concolic testers to be used in large projects. We propose a …

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 …

CUTE: A concolic unit testing engine for C

K Sen, D Marinov, G Agha - ACM SIGSOFT Software Engineering Notes, 2005 - dl.acm.org
In unit testing, a program is decomposed into units which are collections of functions. A part
of unit can be tested by generating inputs for a single entry function. The entry function may …

FSCT: A new fuzzy search strategy in concolic testing

A Sabbaghi, HR Kanan, MR Keyvanpour - Information and Software …, 2019 - Elsevier
Context Concolic testing is a promising approach to automate structural test data generation.
However, combinatorial explosion of the path space, known as path explosion, and also …

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 …

How we get there: A context-guided search strategy in concolic testing

H Seo, S Kim - Proceedings of the 22nd ACM SIGSOFT International …, 2014 - dl.acm.org
One of the biggest challenges in concolic testing, an automatic test generation technique, is
its huge search space. Concolic testing generates next inputs by selecting branches from …

Solving constraints for generational search

D Pötzl, A Holzer - International Conference on Tests and Proofs, 2013 - Springer
Concolic testing is an automated software testing method that combines concrete and
symbolic execution to achieve high code coverage and expose bugs in the program under …

Towards optimal concolic testing

X Wang, J Sun, Z Chen, P Zhang, J Wang… - Proceedings of the 40th …, 2018 - dl.acm.org
Concolic testing integrates concrete execution (eg, random testing) and symbolic execution
for test case generation. It is shown to be more cost-effective than random testing or …

An empirical study on constraint optimization techniques for test generation

Z Zhang, Z Chen, R Gao, E Wong… - Science China …, 2017 - search.proquest.com
Constraint solving is a frequent, but expensive operation with symbolic execution to
generate tests for a program. To improve the efficiency of test generation using constraint …

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 …