|
Notes from presentations are available on this site (if the presenter has provided
us with his/her materials). Simply go to the PROGRAM link and click on the session. |
Introduction to Continuous Integration
Mike Roberts (NYSE TransactTools)
Beginners Program · Developing
Wednesday, 16:00, 1 hour 30 minutes | Meeting Room 12
From Martin Fowler's frequently-quoted
article:
Continuous Integration is a software development practice where members of a
team integrate their work frequently, usually each person integrates at least
daily - leading to multiple integrations per day. Each integration is verified
by an automated build (including test) to detect integration errors as quickly
as possible. Many teams find that this approach leads to significantly reduced
integration problems and allows a team to develop cohesive software more
rapidly. Continuous Integration is one of the core development practices within agile
development, and fortunately is typically a relatively simple one to setup. In this session Mike Roberts will be drawing on 5 years of experience using
and implementing Continuous Integration strategies to show you how you can add
such a practice to your own development team.






