- Automated testing is good!
- Testing Wizards talk about testing "Best Practices"
- Class::DBI Testing
- A Problem
- What The Solution Has To Do
- Class::DBI::Test::TempDB - Overview
- SQLite
- Class::DBI::Test::TempDB - Four Class Methods
- Using Class::DBI::Test::TempDB - Four Steps
- 1. Grab a YAML dump of your production database schema
- 2. Add a test database class to your Class::DBI library
- 3. Use it to connect Class::DBI table classes to the test database
- 4. Write tests that create and destroy all their own data
- Persistent Test Database
- Summary
- Coming Soon
- Coming Soon (cont'd)
- Further Information