login

CUTE and jCUTE: Concolic Unit Testing and Explicit Path Model-Checking Tools

Lecture notes in computer sciencePublished 1 January 2006
Koushik Sen, Gul Agha
Citations391
SJR quartileQ2
SJR score0.35
SNIP0.55

TL;DR

CUTE is a tool to systematically and automatically test sequential C programs (including pointers) and concurrent Java programs and introduces a race-flipping technique to efficiently test and model check concurrent programs with data inputs.

Abstract

CUTE, a Concolic Unit Testing Engine for C and Java, is a tool to systematically and automatically test sequential C programs (including pointers) and concurrent Java programs. CUTE combines concrete and symbolic execution in a way that avoids redundant test cases as well as false warnings. The tool also introduces a race-flipping technique to efficiently test and model check concurrent programs with data inputs.

Keywords

Computer Science