From the this-should-be-obvious-by-now dept.: I recently added an integration test suite to our codebase, which gives us the ability to write some tests that were impossible when we only had unit and system test suites. Once it was stable, I added it to our nightly build process, so it would be tested every [...]
Entries Tagged as 'automation'
If it isn’t tested, it’s broken
May 22nd, 2008 · No Comments
Tags: automation · testing
Automate Everything
February 7th, 2008 · No Comments
One of my favorite books about software development, The Pragmatic Programmer, is full of down-to-earth advice for developing quality software. The authors describe several principles and tools that can improve your productivity by orders of magnitude. You’ll see me frequently refer to a core concept of the book called the DRY principle: don’t [...]
Tags: automation · tips and tricks