in reply to Re^2: OT: TDD question
in thread OT: TDD question
Let's not be silly. Greater than 100% coverage is impossible. What this is saying that EXTERNAL factors cannot always be covered with TDD... and unfortunately most of my code deals with external factors. Not just black box code, but remote systems and odd code combinations. Firmware. Drivers. Network issues.
TDD is great for Perl modules and small pieces. It does not adapt well to large scale systems. There you need custom automated test environments that are very domain specific and also require lots of setup and specific hardware configurations (and variations on those). Even then, it's not perfect.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: OT: TDD question
by kscaldef (Pilgrim) on Dec 09, 2004 at 18:30 UTC | |
by Anonymous Monk on Dec 09, 2004 at 20:59 UTC |