Tools
itestbot.txt
Associated article: I, Testbot
Tags: Web Development Tools Open Source Embedded Systems
Published source code accompanying the article by Ralf Holly in which he examines test bots--software that lets you move the effort of building and testing from your shoulders to that of software robots.
I, Testbot
by Ralf Holly
Listing One
loop forever
sleep for 5 minutes
check versioning system for new deliveries
if new deliveries since last testbot run
get list of developers who delivered
foreach developer who delivered
send 'test started' email
checkout ...


