Tools
cont_int.txt
Associated article: Continuous Integration and Performance Testing
Tags: Tools JVM Languages Design
Published source code accompanying the article by Steven Haines in which he extends continuous integration to perform integration, performance, and load testing.
Continuous Integration and Performance Testing
by Steven Haines
Listing One
<project name="ant-junit">
<listeners>
<currentbuildstatuslistener
file="logs/${project.name}/status.txt"/>
</listeners>
<bootstrappers>
<svnbootstrapper localWorkingCopy=&...


