Book Excerpt: How to Improve your Continuous Testing
Continuous Integration (CI) is a basic Extreme Programming practice, but it has also become widely accepted as an essential part of any competent software development activity. Developers talk about a good CI process (which includes a thorough test suite) as a "safety net" that allows them to try things on their local machines without fear of breaking the app upon final integration. But as time passes, the process can become slow, and when teams bog down they tend to abandon their CI best practices, undermining the value of this important code quality tool. InfoQ provides some advice and examples to create or improve CI test suites, in a Chapter excerpt, from a new CI book.
This chapter comes from the book Continuous Integration: Improving Software Quality and Reducing Risk by Paul Duvall, Steve Matyas and Andrew Glover. The authors aim to help teams make this important practice a "non event" - something that happens unobtrusively and as a matter of course, as opposed to the painfully long build times some teams experience. Long builds and inadequate test suites tend to lead to developer shortcuts and frequent "red" (broken) builds, at which point it's impossible to judge code quality based on CI results. The final result of this scenario tends to be quality-related delays to deployment.
To improve CI build times and test suite maintainability, read the InfoQ exclusive excerpt: Chapter 6: Continuous Testing from the book Continuous Integration: Improving Software Quality and Reducing Risk.
Discuss
This chapter comes from the book Continuous Integration: Improving Software Quality and Reducing Risk by Paul Duvall, Steve Matyas and Andrew Glover. The authors aim to help teams make this important practice a "non event" - something that happens unobtrusively and as a matter of course, as opposed to the painfully long build times some teams experience. Long builds and inadequate test suites tend to lead to developer shortcuts and frequent "red" (broken) builds, at which point it's impossible to judge code quality based on CI results. The final result of this scenario tends to be quality-related delays to deployment.
To improve CI build times and test suite maintainability, read the InfoQ exclusive excerpt: Chapter 6: Continuous Testing from the book Continuous Integration: Improving Software Quality and Reducing Risk.
Community comments
Educational Content
Java Garbage Collection Distilled
Martin Thompson Jun 17, 2013
C++11 The Future is Here
Bjarne Stroustrup Jun 16, 2013
The Big Data Revolution
Claudia Perlich Jun 16, 2013
Engines of Abstraction
Jim Duey Jun 13, 2013
Behavior-driven Development
Liz Keogh Jun 13, 2013
Sponsored Links




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think