« A Tool By Any Other Name… | Main | A Few Good Managers »

Wednesday, February 28, 2007

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d83452ee9169e200d83520a0aa69e2

Listed below are links to weblogs that reference Continuous Acceptance Testing:

Comments

Slava Imeshev

Great post!

This turns out to be a popular, if not standard, approach: run a build and minimum of tests in the fast continuous integration loop and run the "big" test suite and automated acceptance tests in the longer continuous integration loop. How long it runs doesn't matter. What matters is that it runs continuously, whenever there are changes. We use this approach to build our Parabuild (Parabuild builds Parabuild :) and we recommend it to our customers.

Geoff Bache

Another approach is to make sure the acceptance tests run fast enough to be part of the continuous build, or even be run before each checkin.

For me, the obvious way to do that is to parallelise them. Hardware is cheap and if they're independent of each other (which they hopefully are anyway) there should be no problem to make use of several machines to run them in parallel and collect results at the end.

Our acceptance tests would take hours if we ran them on one machine, but because no single test takes longer than a minute or so and we have a large test machine pool we can get afford to run them as part of the ordinary cycle.

Ben Sasson

You could use Buildbot (http://buildbot.sourceforge.net/) to get the job done. I have recently started using this, and the results are fairly good.

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been saved. Comments are moderated and will not appear until approved by the author. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Comments are moderated, and will not appear until the author has approved them.

Subscribe