This document attempts to outline a strategy for testing software written in C++. This
means providing guidance on the thought processes you should be going through
when planning verification of C++ software, preferably before any code is written.
The first section is devoted to that task. The second looks at what you can do once
code starts to become available for testing, though without any particular regard to
any tools you might be using. Section Three describes the facilities offered by
Cantata++ and indicates how this might help in selected situations.
View Complete Post