Sponsors

<-- Back to schedule

Testing: Choose Your Weapons

A good suite of tests is a programmer's best friend. But a poorly designed testing strategy can result in tests that are unwieldy, fragile, and above all no fun to write or maintain.

This talk will offer a smorgasbord of testing ideas, ranging from simple tips and tricks to fully-fledged testing frameworks for Python. We will touch on automation, table-based testing, round-trip testing, UI testing, property checking, testing Twisted Python applications, and more. Be prepared to think outside the box, as we will see that testing is an area where creativity and pragmatism pay off better than following a rigid set of rules.

Everyone should come away with a few new ideas, and renewed enthusiasm for test-driven development!

Todd Owen

Todd is employed by the WA Health Department, where he helps develop systems to link heterogeneous data for public health research. He has engineered most of the testing and continuous integration practices currently used by his team, and can't imagine life without automated testing.