|
|
Software Analysis and Testing Tools
CUTE
- A Concolic Unit Testing Engine for C and Java. This tool combines concrete and symbolic execution. It significantly advances the DART (Directed Automated Random Testing) approach by supporting pointers and data-structutes, concurrency, and an incremental custom constraint solver. Our initial experiments showed that it runs about 1000 times faster than DART and can handle considerably complex programs on which DART otherwise falls back to random testing.
Java MultiPathExplorer.
Statistical model-checker for black-box probabilistic systems.
DIstributed ANAlysis: A tool for efficient decentralized monitoring of safety in distributed systems.
Learning to Verify Safety Properties.
|