GTAC 2007: Testing at Google
Posted on October 24th, 2007 by
Karlin Fox
Patrick Copeland gave a presentation at GTAC 2007 about Google’s approach to testing. Most importantly Google focuses on developer testing. Rather than set up software testing teams for each development team, they promote unit testing, automation tool building and developer responsibility for test suite quality. In order to disseminate these ideas, they created what they call the “Test-Certified Ladder”. It suggests a set of small steps to get any development team going on testing:
- Setup testing tools
- Learn technologies and techniques
- Improve test suites
- Introduce new technologies
- Refactor code
- Train developers
- Testing on the Toilet: restroom postings of new test technologies, test suite reports, etc.
- Testapalooza: all-day conference where testing ideas from across the whole company can converse.
- Code Green: a monthly magazine-style internal publication, specific to testing at Google
Filed in: Conferences, Test Driven Development


Leave a Reply