anyone know of a Non-Deterministic Testing Framework for C++

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

anyone know of a Non-Deterministic Testing Framework for C++

Post by myleow »

Does anyone know of any Non-Deterministic Testing Framework that i can use to test an application written in C++. I was looking at JUnit but i don't think it works since its Java, OCUnit is for Apple.

Any suggestion would be useful.
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post by Buddha443556 »

Polyspace for C++

APtest has lots of testing info.
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

You might find some info on http://www.testdriven.com.
Post Reply