|
From Test::Simple to Test::Extreme - Testing Legacy Systems
|
32
|
|
|
How to Test Complete Legacy Systems
Where to start?
You can't write tests for an entire system all at once
Add a test for every bug you find, when you find it
Add a test for every feature you add, when you add it
|
|