NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Non-granularity (Score:2)
See my thoughts on this at http://petdance.com/perl/automated-testing/ [petdance.com]
--
xoa
Re:Non-granularity (Score:2)
I guess I wasn't clear. All of the tests do run on their own. Any of those tests programs can be separated from the others and it will work just fine. However, rather than do a bunch of white box unit testing (which is what we were doing) I have found that black box integration testing, while sacrificing some fine-grained control, gets me the results I need.
The higher number tests don't depend on the lower number tests per se, but if a higher level test fails I immediately look for a failure of a lower