in reply to Counting test cases
Interesting post. The problem I'm trying (not very hard) to solve is a non-fatal test that just tries all of the links on a given page. I don't know how many links there are, and I don't really care -- I just want to find out which links work and which links fail.
However, it seems that Test::More wants to know at compile time how many tests there are, and I only know how many links there are to test at run time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Counting test cases
by kyle (Abbot) on Apr 01, 2008 at 16:02 UTC |