Derek C. Ashmore presented on tactics for testing infrastructure code. He discussed that infrastructure code needs testing like any other code to prevent defects from causing outages. While infrastructure code testing has differences from application code testing, the best practices include focusing automated testing on reusable modules, letting defects guide test writing, and making infrastructure code more testable by reducing dependencies. Testing challenges include friction, dependencies, costs, and issues from changes occurring outside infrastructure code.