Keep them small & single purpose
One function or set of functions per script
One aspect per script
Put complicated tests in their own script
Put slow tests in their own script
Test::Simple/More's tests are a good example
Prev
|
toc
|
Next