The Tsert-Recorder helps
in the testing of C++ and Java classes, and Ada
packages. It executes method calls by sending a frame with the
proper parameter values to the test-harness, and waits for a
response. It also helps the user generate paramater test data for
method calls automatically.
Sessions can be recorded and stored as straight session files or
as test scripts; which can then be re-played by Tsert-Recorder
itself or Tsert-Browser
through a test script.
The other principal feature of Tsert-Recorder is
the automated generation of parameter test data for method calls,
based on the user's input.