AutomaticTesting tests your code automatically, either by running a single command (OneButtonTesting) or as a regularly scheduled process(AutomatedContinuousTesting). UnitTests are examples of AutomaticTesting.
CategoryAutomated CategoryTesting