Skip to search formSkip to main contentSkip to account menu

Concolic testing

Known as: Concolic, Concolic execution 
Concolic testing (a portmanteau of concrete and symbolic) is a hybrid software verification technique that performs symbolic execution, a classical… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
This paper presents a modular dynamic symbolic execution (DSE) framework Anxiety developed at Ivannikov Institute for System… 
2016
2016
Path-biased random testing is an interesting alternative to classical path-based approaches faced to the explosion of the number… 
2015
2015
Concolic testing is a powerful technique for vulnerability detection. Current concolic testing tools usually randomly select one… 
2015
2015
We develop code analysis tools in order to evaluate source or low-level code. We aim two types of diagnostic: robustness or… 
2014
2014
An integral part of all debugging activities is the task of diagnosing the cause of an error. Most existing fault diagnosis… 
2013
2013
Test generation plays an important role in software testing. Concolic testing runs concrete executions on programs simultaneously… 
2012
2012
Concolic (Concrete+symbolic) testing is an automated test case generation technique that works on target source code. This paper… 
2011
2011
Concolic testing is an automatic testing technique which combines concrete execution and symbolic execution together.Concolic… 
2011
2011
Although testing is a standard method for improving the quality of software, conventional testing methods often fail to detect…