中文名: .NET中的持續集成
原名: Continuous Integration in .NET
作者: Marcin Kawalerowicz
Craig Berntson
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: Manning
書號: 9781935182559
發行時間: 2011年03月
地區: 美國
語言: 英文
簡介:
內容介紹:Continuous integration (CI) combines frequent integration, constant readiness, short build feedback cycles, persistent testing, and a fl exible approach to system requirements. Adopting these practices, and the supporting tools, requires rethinking your entire development process.
Continuous Integration in .NET shows you how to reimagine your development strategies by creating a consistent continuous integration process. You抣l use Visual Studio along with tools like Subversion, MSBuild, TFS, TeamCity, NUnit, and Selenium. And because CI is as much about the culture of your shop as the tooling, this book provides clear guidelines for starting and maintaining projects, along with metrics for measuring project success.
內容截圖: 目錄:
Part 1 Make it happen
Chapter 1 Understanding continuous integration
Chapter 2 Setting up a source control system
Chapter 3 Automating the build process
Chapter 4 Choosing the right CI server
Chapter 5 Continuous feedback
Chapter 6 Unit testing continuously integrated code
Part 2 Extend it
Chapter 7 Performing integration, system, and acceptance testing
Chapter 8 Analyzing the code
Part 3 Smooth and polish it
Chapter 9 Generating documentation
Chapter 10 Deployment and delivery
Chapter 11 Continuous database integration
Chapter 12 Extending continuous integration