in reply to Re^4: Neither system testing nor user acceptance testing is the repeat of unit testing (OT)
in thread Neither system testing nor user acceptance testing is the repeat of unit testing (OT)
Plus, imho, Devel::Cover is a measurement of the success of your black-box tests vis-a-vis your interface. If you have lines of code you don't have tests for, that's a problem that needs to be addressed. Granted, you might address is by looking at the code to see which interface components either haven't been tested or have been over-coded for. But, that doesn't mean the test suite has necesssarily become white-box. I often use coverage to both learn more about my interface and to remove code that shouldn't have been there in the first place. Still black-box.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Corner cases are not always "code smell"
by Ovid (Cardinal) on Oct 24, 2005 at 17:59 UTC | |
by Roy Johnson (Monsignor) on Oct 24, 2005 at 18:06 UTC | |
by dragonchild (Archbishop) on Oct 24, 2005 at 18:13 UTC | |
by tilly (Archbishop) on Oct 24, 2005 at 21:31 UTC | |
by dragonchild (Archbishop) on Oct 25, 2005 at 13:49 UTC | |
by tilly (Archbishop) on Oct 25, 2005 at 17:30 UTC | |
| |
by Anonymous Monk on Oct 25, 2005 at 03:07 UTC |