Continuous Integration and the “Cup of Coffee” Test

Published May 10th, 2010 Under Software Testing | Leave a Comment

The “cup of coffee” metric examines if a developer can get up and get a cup of coffee once they commit code. After they’ve returned from their coffee break, the developer should have some feedback about whether their code was useful and if they need to start regression testing.

Video source

Additional resources:

Continuous Integration: The Cornerstone of a Great Shop

Choosing a Continuous Integration server

Continuous Integration anti-patterns

Continuous Integration Tools Directory

Agile Infrastructure

Published May 5th, 2010 Under General | Leave a Comment

The basis of Agile engineering practices is reproducibly building from source code. If software is delivered on servers, and those servers can’t be reproducibly deployed from bare metal to working services, how Agile can you be? Continuous Integration is great, but what about Continuous Delivery? This talk outlines innovations in tools, process, planning and culture emerging at the front lines.

http://www.infoq.com/presentations/agile-infrastructure

Using Rake to Build, Run Unit Tests and Create Documentation

Published March 29th, 2010 Under Open Source Tools, Software Testing | Leave a Comment

This screencast demonstrates how to use Rake to build .NET solution, run unit tests and build documentation. Rake with Ruby is a perfect combination which will eliminate Nant and MSBuild hell.

Learn About Continuous Integration With Hudson Directly From the Source

Published March 8th, 2010 Under Open Source Tools, Software Testing | Leave a Comment

San Francisco Java User Group presents Kohsuke Kawaguchi from Sun who introduces us to Hudson, an open-source continuous integration (CI) system, which improves the productivity of a development team by automating various things.

Additional resources:

Hudson Blog

Continuous Integration: The Cornerstone of a Great Shop

Continuous Integration Tools Directory

Extending Continuous Integration

Published February 16th, 2010 Under Open Source Tools, Software Testing | Leave a Comment

The talk shows how we can implement a rigorous, yet agile process. It is based around our experiences of putting the good idea of continuous integration and other agile methods into life and using this as the basis not just for the technical process, but for the whole improvement program for our organization. We have expanded our process to cover simulated production as a part of the testing effort. This way, we can guarantee that the actual delivery day will be uneventful. The audience will come away from the talk with a good idea on how to improve their build process. The talk will cover both practical aspects, architectural changes that improves continuous integration, and what change you need to make in your organization to streamline the value chain from a code change to production readiness.

Watch this video on JavaZone (click on “Presentation”)

Additional resource: Continuous Integration Tools Directory

keep looking »