Hi Rogerio, We have this structure :
project |_ src/main/java/myapp/... |_ src/test/java/myapp/itest Marc. Rogerio Pereira a écrit : > Thanks Matthias, one last question, do you have a module that only > contains the selenium tests or your selenium tests are always running in > the same module as your web application? > > Example: > > project > |__integration-tests (selenium tests) > |__aplication (application code) > > I'm just trying to figure out the best pratices. > > > 2008/10/3 Matthias Wessendorf <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > > 2008/10/3 Rogerio Pereira <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > But what about continuous integrations? Selenium works well when using > > CruiseControl or Hudson for automated builds? > > we use maven, and we have an *automation* project. > Selenium provides api to automate things, > > like, com.thoughtworks.selenium.DefaultSelenium; > > -M > > > > > 2008/10/3 Matthias Wessendorf <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > >> > >> Hi, > >> > >> we, at Oracle, use Selenium to test. > >> > >> -M > >> > >> On Fri, Oct 3, 2008 at 4:38 PM, Rogerio Pereira > >> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > >> > Hi guys! > >> > I would like to know which is the prefered solution to test JSF > >> > applications, someone had evaluated these two solutions? > >> > > >> > -- > >> > Regards, > >> > > >> > Rogério (_rogerio_) > >> > > >> > [Blog: http://faces.eti.br] [Sandbox: http://bmobile.dyndns.org] > >> > [Twitter: > >> > http://twitter.com/ararog] > >> > > >> > "Faça a diferença! Ajude o seu país a crescer, não retenha > conhecimento, > >> > distribua e aprenda mais." > >> > (http://faces.eti.br/2006/10/30/conhecimento-e-amadurecimento) > >> > > >> > >> > >> > >> -- > >> Matthias Wessendorf > >> > >> blog: http://matthiaswessendorf.wordpress.com/ > >> sessions: http://www.slideshare.net/mwessendorf > >> twitter: http://twitter.com/mwessendorf > > > > > > > > -- > > Regards, > > > > Rogério (_rogerio_) > > > > [Blog: http://faces.eti.br] [Sandbox: http://bmobile.dyndns.org] > [Twitter: > > http://twitter.com/ararog] > > > > "Faça a diferença! Ajude o seu país a crescer, não retenha > conhecimento, > > distribua e aprenda mais." > > (http://faces.eti.br/2006/10/30/conhecimento-e-amadurecimento) > > > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > > > > > -- > Regards, > > Rogério (_rogerio_) > > [Blog: http://faces.eti.br] [Sandbox: http://bmobile.dyndns.org] > [Twitter: http://twitter.com/ararog] > > "Faça a diferença! Ajude o seu país a crescer, não retenha conhecimento, > distribua e aprenda mais." > (http://faces.eti.br/2006/10/30/conhecimento-e-amadurecimento)

