# phpman > perldoc > Test::Unit::Tutorial

## NAME
    [Test::Unit::Tutorial](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3AUnit%3A%3ATutorial/markdown) - Tutorial on unit testing

## SYNOPSIS
        perldoc [Test::Unit::Tutorial](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3AUnit%3A%3ATutorial/markdown)

## DESCRIPTION
    Here should be extensive documentation on what unit testing is, why it is useful, and how to do
    it with the [Test::Unit](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3AUnit/markdown) collection of modules.

    Sorry for not implementing this yet.

    Please have a look at the examples in the examples directory and read the README file that came
    with this distribution.

    A short tutorial on how to use the unit testing framework is included in [Test::Unit::TestCase](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3AUnit%3A%3ATestCase/markdown).

    Further examples can be found by looking at the self test collection, starting in
    [t::tlib::AllTests](https://www.chedong.com/phpMan.php/perldoc/t%3A%3Atlib%3A%3AAllTests/markdown).

## AUTHOR
    Christian Lemburg <<lemburg@acm.org>>

## SEE ALSO
    *   The module documentation for all modules in the [Test::Unit](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3AUnit/markdown) tree.

    *   *Refactoring. Improving The Design Of Existing Code.* Martin Fowler. Addison-Wesley, 1999.

    *   The JUnit (unit testing framework for Java) documentation.

    *   <http://www.xProgramming.com/>

