OT: Method of packaging software for shipment

Alex Dean alex at crackpot.org
Fri Mar 12 09:44:32 MST 2010


On Mar 12, 2010, at 10:10 AM, Eric Cope wrote:

> Alex,
> Can you share more about how you operate this testing machine? Does  
> this machine do automatic daily testing? how do you control it? Is  
> it cron/bash based? I am working on a web application. Would it be  
> possible to port my PHP unit tests and Selenium integration tests? I  
> am very interested in your process. Craig, if you have a process, I  
> am also interested in yours as well.
>
> Thanks,
> Eric

We use cruisecontrol.rb, which is a Rails application for testing  
other Rails applications.  It re-runs all tests every time it detects  
a new commit in subversion.  (Works with git, mercurial, etc as well.)

http://cruisecontrolrb.thoughtworks.com/documentation/docs

I found, but have never used, phpUnderControl : http://www.phpundercontrol.org/about.html 
   That might fit your bill?

As far as Selenium...  we have Selenium tests in our test suite, but  
we currently have no automated way to run them.  I know there's  
Selenium Remote Control, which can be used to farm the tests out to  
various boxes (so you can run all your tests in IE7+WinXP, IE8+Vista,  
FF+WinXP, FF+OSX, etc, etc).  I presume this is done in some automated  
fashion, like cruisecontrol.rb.  We have never made the time to set  
that up, which I do think is a gap in our current testing process.

http://seleniumhq.org/projects/remote-control/

alex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20100312/7f05b558/attachment.pgp 


More information about the PLUG-discuss mailing list