C++ Tcl interface
- Are all options of new defined Tcl commands recognized
by properly processing all arguments?
- Does the program give a proper error message if incorrect arguments
are passed?
- Does the program return a result to the Tcl interpreter each
time a Tcl command is evoked?
slide: C++ Tcl interface
Adapted from:
G.J Myers,
The Art of Software Testing,
Wiley & Sons, 1979
See also
Introduction
to debugging a C/C++ program.