On Fri, 2011-05-20 at 16:41 +0700, Frans Thamura wrote:

> my idea to setup jenkins/hudson server
> 
> so we can test it there
> 
> can TDD do this?
> 

TDD stands for test driven development. It is a development methodology.
The end result is (better and working) code and (more) tests. So of
course you can set that up in jenkins.

I am actually starting with jenkins and have little experience with CI
systems. Everything is easy until you have environment specific settings
(like different databases and database credentials, or upload paths).

Miguel Almeida

Reply via email to