Continuous Integration: Improving Software Quality and Reducing Risk

As a software developer, you know that one of the critical period in a project is when you try to make integrate your code in the overall application and push it towards the final user. It is sometimes a long process that you would like to accelerate so that you could obtain a quicker feedback on the quality of your code. “Continuous Integration: Improving Software Quality and Reducing Risk” is a book written by Paul Duvall, with Steve Matyas and Andrew Glover that will help you improve the way you build and deliver software.

After an initial presentation of the continuous integration (CI) concepts and objectives, the content of the book goes far beyond the simple “continuous build” aspect to cover all disciplines concerned by CI: risk management, configuration management, database evolution, software testing, inspections, deployment. It is clear that CI is just not installing a suite of tools, but is mainly changing software development practices and process. Each chapter is well-structured with practical examples related to real life situations. The book reach also nicely the objective of maintaining a balance between a somewhat tools- and language-neutral position, but still giving enough practical advice so that you could quickly adapt the advice to your own software development environment. Final appendixes give valuable information on CI resources and evaluating available CI tools.

Finally, you can get more and updated information on continuous integration from the website associated to the book: http://www.integratebutton.com

Reference: Continuous Integration: Improving Software Quality and Reducing Risk; Andrew Glover, Paul M. Duvall & Steve Matyas; Addison-Wesley

Continuous Integration: Improving Software Quality and Reducing Risk

1 Trackbacks & Pingbacks

  1. Testing Bits: 405 – August 8th – August 14th, 2021 | Testing Curator Blog

Comments are closed.