testing.com > Testing Craft > Techniques (Test Automation) > Test Drivers for Code

Search

Test Drivers for the Code Interface

Created and summarized by Brian Marick.

Test drivers feed input to the code under test, then observe the results. This page is for those whose code under test is a subroutine library, class library, or system call interface to an operating system. Such people are much more likely to implement their own test drivers than are, say, those who are testing through graphical user interfaces (GUIs).

If you are implementing your own code-level test driver, it's a good idea to see how other people have done it. You can get ideas from them. Here is some documentation to look at.

For information about commercial and open source test drivers, see this list of Non-GUI Test Drivers.


Related Testing Craft Pages


Be the first person to add a comment in the Wiki Forum at page TestDriversForCode.
(The Forum is explained in its FrontPage.)


Summarized Discussion

In this spot, the author of this page will occasionally summarize the discussion in the Forum.