I know this might be a bit of topics, but does any of you know of a
functionnal testing framework (for C++, but other would still be
interresting for ideas) ?
Main differences I see with unit testing is:
- facilities provided to read test from file (csv file(Excel), xml, flat
file...) and initialize "business objects",
- facilities provided to track the evolution of test (regression,
progression...),
- facilities provided to report a bit more than a simple failure
(something akin to an expected/actual result, but probably more advanced).
Note that I'm not looking for something to test GUI stuff, it's pure
server-side business process there. I'd like to have something akin to
cppunit.
Thanks in advance,
Baptiste.
---
Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html
Author of The Text Reformatter, a tool for fanfiction readers and writers.
Language: English, French (Well, I'm French).
|