AutomaticTesting
Last edit February 18, 2005
AutomaticTesting
tests your code automatically, either by running a single command (
OneButtonTesting
) or as a regularly scheduled process(
AutomatedContinuousTesting
).
UnitTest
s are examples of
AutomaticTesting
.
CategoryAutomated
CategoryTesting