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 …

Coyote C++: An Industrial-Strength Fully Automated Unit Testing Tool

S Rho, P Martens, S Shin, Y Kim, H Heo… - arXiv preprint arXiv …, 2023 - arxiv.org
test case generation. In order to practically utilize automated unit testing tools in the field, we
propose that a testing … Agha, “Cute and jcute: Concolic unit testing and explicit path model-…

[PDF][PDF] Program Analysis and Testing

T MANNAN - researchgate.net
… I have implemented our technique in two publicly available tools, called CUTE (concolic
Unit Testing Engine) and jCUTE, for testing C and Java programs respectively. jCUTE also …

Towards reliable spatial memory safety for embedded software by combining checked C with Concolic testing

S Tempel, V Herdt, R Drechsler - 2021 58th ACM/IEEE Design …, 2021 - ieeexplore.ieee.org
… In a first step we created specialized unit tests which target specific functions and modules.
… Agha, “CUTE: A Concolic Unit Testing Engine for C,” in Proceedings of the 10th European …

A Complete Unit Test Framework for Agile Software Development

A Dutta - International Conference on Lean and Agile Software …, 2022 - Springer
… At present, we consider only the unit testing of a system, however other testing techniques
(… a concolic tester jCUTE (Java Concolic Unit Testing Engine) to generate the white-box test

Versatile binary-level concolic testing

B Chen, F Xie - Handbook of Computer Architecture, 2022 - Springer
… The instrumented trace is replayed in a concolic/symbolic engine to generate new system-level
test cases that either explore new paths of the SoC stack or trigger assertions. …

An automated stub method for unit testing c/c++ projects

TN Huong, LN Tung, HV Tran… - 2022 14th International …, 2022 - ieeexplore.ieee.org
… AS4UT is an improvement of concolic testing method for unit testing in case the unit calls
others. The main idea of AS4UT is to replace function calls in the given unit with …

Citrus: Automated unit testing tool for real-world c++ programs

RS Herlim, Y Kim, M Kim - … Conference on Software Testing …, 2022 - ieeexplore.ieee.org
… , etc.), there are almost no automated unit testing tool publicly available for real-world C++
programs. We have developed a new automated unit testing tool CITRUS that resolves the …

A novel concolic execution approach on embedded device

C Ai, W Dong, Z Gao - Proceedings of the 2020 4th International …, 2020 - dl.acm.org
… Both DART[13] and CUTE[14] are early concolic execution frameworks, which work at the …
We choose the Dynamic Test Generation method to implement our concolic execution …

Applying Concolic Testing to the Automotive Domain

N Vinzenz, DK Oka - 2024 - sae.org
… (1) only generating concolic test cases for functions that are accessible within the unit test, ie,
… on the foundation of CUTE, where a breadthfirst search concolic testing is run to attain wide …