CUTE: A concolic unit testing engine for C

K Sen, D Marinov, G Agha - ACM SIGSOFT Software Engineering Notes, 2005 - dl.acm.org
… called CUTE (Concolic Unit Testing Engine, where Concolic stands for cooperative Concrete
and symbolic execution). CUTE is available at http://osl.cs.uiuc.edu/∼ksen/cute/. CUTE

mCUTE: a model-level concolic unit testing engine for UML state machines

R Ahmadi, K Jahed, J Dingel - 2019 34th IEEE/ACM …, 2019 - ieeexplore.ieee.org
… for concolic testing for programs, such as CREST [7], CUTE [19]… -centric concolic testing
engines for model testing by testing … Currently, concolic testing engines exist for only a handful of …

CUTE and jCUTE: Concolic Unit Testing and Explicit Path Model-Checking Tools: (Tool Paper)

K Sen, G Agha - … Aided Verification: 18th International Conference, CAV …, 2006 - Springer
CUTE, a Concolic Unit Testing Engine for C and Java, is a tool to systematically and
automatically test sequential CCUTE combines concrete and symbolic execution in a way that …

Automated unit testing of large industrial embedded software using concolic testing

Y Kim, Y Kim, T Kim, G Lee, Y Jang… - 2013 28th IEEE/ACM …, 2013 - ieeexplore.ieee.org
… hinder application of concolic testing to embedded software. To … (CONBOL) testing framework
to unit test large size industrial … developed, Among these concolic testing tools, CUTE [32] …

Hybrid concolic testing

R Majumdar, K Sen - 29th International Conference on Software …, 2007 - ieeexplore.ieee.org
… compare random, concolic, and hybrid concolic testing on the VIM text editor (150K lines of
C code) and … Unlike the unit testing approaches adopted by CUTE or DART, we targeted to …

Feedback-directed unit test generation for C/C++ using concolic execution

P Garg, F Ivančić, G Balakrishnan… - 2013 35th …, 2013 - ieeexplore.ieee.org
… addresses automatic unit test generation for programs written in C/C++… random test generation
methods, by utilizing concolic … Agha, “CUTE: A concolic unit testing engine for C,” in ESEC/…

Taming the Beast: Fully Automated Unit Testing with Coyote C++

S Rho, P Martens, S Shin, Y Kim - arXiv preprint arXiv:2401.01073, 2024 - arxiv.org
unit test generation and the existing research has not been able to report big successes yet.
… Coyote C++, a concolic-execution-based fully automated unit testing tool for C/C++ that can …

[PDF][PDF] A Systematic Review of Concolic Testing with Aplication of Test Criteria.

LY Araki, LM Peres - ICEIS (2), 2018 - academia.edu
… We can see in Table 3 that 6 of the concolic testing tools are for C: Austin, CREST, CUTE,
DART and KLEE; 5 for Java: CATG, jCUTE, JDART, jFuzz and LCT; 2 for SQL language: …

Directed test generation using symbolic grammars

R Majumdar, RG Xu - Proceedings of the 22nd IEEE/ACM International …, 2007 - dl.acm.org
… We used Yagg [9] to automatically generate symbolic strings from our symbolic yacc and
lex grammars and Cute [31] as our concolic testing engine. Cute was modified to handle …

An empirical investigation into branch coverage for C programs using CUTE and AUSTIN

K Lakhotia, P McMinn, M Harman - Journal of Systems and Software, 2010 - Elsevier
… The remainder of this paper will use the terms concolic testing and … how concolic testing
and search based testing handle inputs of a primitive type only. This section explains how CUTE