Continuous Integration: Improving Software Quality and Reducing Risk (Paperback)
暫譯: 持續整合:提升軟體品質與降低風險 (平裝本)

Paul M. Duvall, Steve Matyas, Andrew Glover

  • 出版商: Addison Wesley
  • 出版日期: 2007-06-29
  • 定價: $2,080
  • 售價: 9.0$1,872
  • 語言: 英文
  • 頁數: 336
  • 裝訂: Paperback
  • ISBN: 0321336380
  • ISBN-13: 9780321336385
  • 相關分類: CI/CD
  • 立即出貨

買這商品的人也買了...

相關主題

商品描述

Description 

For any software developer who has spent days in “integration hell,” cobbling together myriad software components, Continuous Integration: Improving Software Quality and Reducing Risk illustrates how to transform integration from a necessary evil into an everyday part of the development process. The key, as the authors show, is to integrate regularly and often using continuous integration (CI) practices and techniques.

The authors first examine the concept of CI and its practices from the ground up and then move on to explore other effective processes performed by CI systems, such as database integration, testing, inspection, deployment, and feedback. Through more than forty CI-related practices using application examples in different languages, readers learn that CI leads to more rapid software development, produces deployable software at every step in the development lifecycle, and reduces the time between defect introduction and detection, saving time and lowering costs. With successful implementation of CI, developers reduce risks and repetitive manual processes, and teams receive better project visibility.

The book covers

  • How to make integration a “non-event” on your software development projects
  • How to reduce the amount of repetitive processes you perform when building your software
  • Practices and techniques for using CI effectively with your teams
  • Reducing the risks of late defect discovery, low-quality software, lack of visibility, and lack of deployable software
  • Assessments of different CI servers and related tools on the market

The book’s companion Web site, www.integratebutton.com, provides updates and code examples.

Table of Contents

Foreword by Martin Fowler xiii

Foreword by Paul Julius xv

Preface xix

About the Authors xxxi

About the Contributors xxxiii

Part I: A Background on CI: Principles and Practices 1

Chapter 1: Getting Started 3

Build Software at Every Change 4

Features of CI 12

Summary 20

Questions 20

Chapter 2: Introducing Continuous Integration 23

A Day in the Life of CI 25

What Is the Value of CI? 29

What Prevents Teams from Using CI? 32

How Do I Get to Continuous Integration? 33

When and How Should a Project Implement CI? 35

The Evolution of Integration 36

How Does CI Complement Other Development Practices? 37

How Long Does CI Take to Set Up? 38

CI and You 39

Commit Code Frequently 39

Don't Commit Broken Code 41

Fix Broken Builds Immediately 41

Write Automated Developer Tests 41

All Tests and Inspections Must Pass 42

Run Private Builds 42

Avoid Getting Broken Code 43

Summary 44

Questions 44

Chapter 3: Reducing Risks Using CI 47

Risk: Lack of Deployable Software 49

Risk: Late Discovery of Defects 53

Risk: Lack of Project Visibility 55

Risk: Low-Quality Software 57

Summary 62

Questions 62

Chapter 4: Building Software at Every Change 65

Automate Builds 67

Perform Single Command Builds 69

Separate Build Scripts from Your IDE 73

Centralize Software Assets 74

Create a Consistent Directory Structure 75

Fail Builds Fast 76

Build for Any Environment 77

Build Types and Mechanisms 78

Use a Dedicated Integration Build Machine 81

Use a CI Server 85

Run Manual Integration Builds 86

Run Fast Builds 87

Stage Builds 92

How Will This Work for You? 96

Summary 101

Questions 102

Part II: Creating a Full-Featured CI System 105

Chapter 5: Continuous Database Integration 107

Automate Database Integration 110

Use a Local Database Sandbox 117

Use a Version Control Repository to Share Database Assets 119

Continuous Database Integration 121

Give Developers the Capability to Modify the Database 123

The Team Focuses Together on Fixing Broken Builds 124

Make the DBA Part of the Development Team 124

Database Integration and the Integrate Button 125

Summary 126

Questions 128

Chapter 6: Continuous Testing 129

Automate Unit Tests 132

Automate Component Tests 134

Automate System Tests 136

Automate Functional Tests 137

Categorize Developer Tests 138

Run Faster Tests First 141

Write Tests for Defects 143

Make Component Tests Repeatable 148

Limit Test Cases to One Assert 156

Summary 158

Questions 159

Chapter 7: Continuous Inspection 161

What Is the Difference between Inspection and Testing? 164

How Often Should You Run Inspectors? 165

Code Metrics: A History 166

Reduce Code Complexity 167

Perform Design Reviews Continuously 170

Maintain Organizational Standards with Code Audits 173

Reduce Duplicate Code 176

Assess Code Coverage 180

Evaluate Code Quality Continuously 182

Summary 185

Questions 186

Chapter 8: Continuous Deployment 189

Release Working Software Any Time, Any Place 191

Label a Repository's Assets 191

Produce a Clean Environment 194

Label Each Build 195

Run All Tests 196

Create Build Feedback Reports 196

Possess Capability to Roll Back Release 199

Summary 199

Questions 200

Chapter 9: Continuous Feedback 203

All the Right Stuff 205

Use Continuous Feedback Mechanisms 209

Summary 222

Questions 222

Epilogue: The Future of CI 223

Appendix A: CI Resources 227

Continuous Integration Web Sites/Articles 227

CI Tools/Product Resources 229

Build Scripting Resources 232

Version Control Resources 233

Database Resources 234

Testing Resources 236

Automated Inspection Resources 239

Deployment Resources 241

Feedback Resources 241

Documentation Resources 243

Appendix B: Evaluating CI Tools 245

Considerations When Evaluating Tools 247

Automated Build Tools 255

Build Scheduler Tools 263

Conclusion 272

Bibliography 273

Index 275

商品描述(中文翻譯)

**描述**

對於任何在「整合地獄」中度過數天的軟體開發人員,拼湊無數軟體元件,《持續整合:改善軟體品質與降低風險》展示了如何將整合從一種必要的惡變成開發過程中的日常部分。正如作者所示,關鍵在於定期且頻繁地使用持續整合(CI)實踐和技術進行整合。

作者首先從基礎開始檢視CI的概念及其實踐,然後探討CI系統執行的其他有效過程,例如資料庫整合、測試、檢查、部署和反饋。透過四十多個與CI相關的實踐,使用不同語言的應用範例,讀者將了解到CI能夠加速軟體開發,在開發生命週期的每個步驟中產生可部署的軟體,並縮短缺陷引入與檢測之間的時間,節省時間並降低成本。成功實施CI後,開發人員能降低風險和重複的手動過程,團隊也能獲得更好的專案可見性。

本書涵蓋的內容包括:
- 如何使整合在您的軟體開發專案中成為「非事件」
- 如何減少在構建軟體時執行的重複過程
- 與團隊有效使用CI的實踐和技術
- 降低晚期缺陷發現、低品質軟體、缺乏可見性和缺乏可部署軟體的風險
- 市場上不同CI伺服器和相關工具的評估

本書的伴隨網站 [www.integratebutton.com](http://www.integratebutton.com) 提供更新和程式碼範例。

**目錄**

前言 由 Martin Fowler
前言 由 Paul Julius
序言
關於作者
關於貢獻者
第一部分:CI的背景:原則與實踐
第1章:開始使用
在每次變更時構建軟體
CI的特徵
摘要
問題
第2章:介紹持續整合
CI的一天
CI的價值是什麼?
什麼阻礙團隊使用CI?
如何實現持續整合?
專案何時以及如何實施CI?
整合的演變
CI如何補充其他開發實踐?
設置CI需要多長時間?
CI與您
頻繁提交程式碼
不要提交損壞的程式碼
立即修復損壞的構建
撰寫自動化開發者測試
所有測試和檢查必須通過
運行私有構建
避免獲得損壞的程式碼
摘要
問題
第3章:使用CI降低風險
風險:缺乏可部署的軟體
風險:缺陷的晚期發現
風險:缺乏專案可見性
風險:低品質軟體
摘要
問題
第4章:在每次變更時構建軟體
自動化構建
執行單一命令構建
將構建腳本與您的IDE分開
集中管理軟體資產
創建一致的目錄結構
快速失敗構建
為任何環境構建
構建類型和機制
使用專用的整合構建機器
使用CI伺服器
運行手動整合構建
運行快速構建
階段性構建
這對您有何幫助?
摘要
問題
第二部分:創建全功能的CI系統
第5章:持續資料庫整合
自動化資料庫整合
使用本地資料庫沙盒
使用版本控制庫共享資料庫資產
持續資料庫整合
賦予開發者修改資料庫的能力
團隊共同專注於修復損壞的構建
讓DBA成為開發團隊的一部分
資料庫整合與整合按鈕
摘要
問題
第6章:持續測試
自動化單元測試
自動化元件測試
自動化系統測試
自動化功能測試
對開發者測試進行分類
優先運行更快的測試
為缺陷撰寫測試
使元件測試可重複
將測試案例限制為一個斷言
摘要
問題
第7章:持續檢查
檢查與測試的區別是什麼?
應該多頻繁運行檢查?
程式碼度量:歷史
減少程式碼複雜性
持續進行設計審查
通過程式碼審計維護組織標準
減少重複程式碼
評估程式碼覆蓋率
持續評估程式碼品質
摘要
問題
第8章:持續部署
隨時隨地釋出可運行的軟體
標記庫的資產
產生乾淨的環境
標記每個構建
運行所有測試
創建構建反饋報告
具備回滾釋出的能力
摘要
問題
第9章:持續反饋
所有正確的內容
使用持續反饋機制
摘要
問題
後記:CI的未來
附錄A:CI資源
持續整合網站/文章
CI工具/產品資源
構建腳本資源
版本控制資源
資料庫資源
測試資源
自動化檢查資源
部署資源
反饋資源
文檔資源
附錄B:評估CI工具
評估工具時的考量
自動化構建工具
構建排程工具
結論
參考文獻
索引

最後瀏覽商品 (20)