Will try so learn springstrutstestcase and jenkin I just want the team have an automation that run automatic in best way
But manual also welcome -----Original Message----- From: Miguel <mig...@almeida.at> Date: Fri, 20 May 2011 11:40:13 To: Struts Users Mailing List<user@struts.apache.org> Reply-To: "Struts Users Mailing List" <user@struts.apache.org> Subject: Re: S2 TEst Best Practices 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