[symfony-users] Re: Automated testing in symfony

2008-03-06 Thread Sumedh
Anyone pleeease? :D On Mar 6, 1:26 pm, Sumedh <[EMAIL PROTECTED]> wrote: > Hi friends, > > What do you guys generally use to do automated regression/integration > testing? > > Is sfTestBrowser powerful enough? > > I found a tool called MaxQ (http://maxq.tigris.org/), and the > introduction page

[symfony-users] Re: Automated testing in symfony

2008-03-07 Thread Sumedh
Hey... Is there no one who does smoke testing by an Automation testing tool? On Mar 7, 11:04 am, Sumedh <[EMAIL PROTECTED]> wrote: > Anyone pleeease? :D > > On Mar 6, 1:26 pm, Sumedh <[EMAIL PROTECTED]> wrote: > > > Hi friends, > > > What do you guys generally use to do automated regression/int

[symfony-users] Re: Automated testing in symfony

2008-03-08 Thread Nicolas Perriault
On Sat, Mar 8, 2008 at 7:01 AM, Sumedh <[EMAIL PROTECTED]> wrote: > Is there no one who does smoke testing by an Automation testing tool? I've set up once a cruisecontrol instance for a project, using a trick to decorate lime results output in xUnit XML format: http://trac.symfony-project.com/w

[symfony-users] Re: Automated testing in symfony

2008-03-08 Thread Lee Bolding
There's also an entire chapter in the Symfony manual about testing :p -Original Message- From: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Perriault Sent: 08 March 2008 08:51 To: symfony-users@googlegroups.com Subject: [symfony-users] Re: Auto

[symfony-users] Re: Automated testing in symfony

2008-03-09 Thread Sumedh
[mailto:[EMAIL PROTECTED] > > On Behalf Of Nicolas Perriault > Sent: 08 March 2008 08:51 > To: symfony-users@googlegroups.com > Subject: [symfony-users] Re: Automated testing in symfony > > On Sat, Mar 8, 2008 at 7:01 AM, Sumedh <[EMAIL PROTECTED]> wrote: > > >

[symfony-users] Re: Automated testing in symfony

2008-03-10 Thread Nicolas Perriault
On Mon, Mar 10, 2008 at 10:41 AM, Lee Bolding <[EMAIL PROTECTED]> wrote: > PHP typically doesn't have any CI tools, but as somebody has already > suggested, take a look at Selenium. There's Xinc too, http://code.google.com/p/xinc/ which looks promising but I didn't get the time to give it a go

[symfony-users] Re: Automated testing in symfony

2008-03-10 Thread Lee Bolding
at the moment, which looks kinda groovy. I haven't had time to properly play with it yet though. -Original Message- From: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sumedh Sent: 10 March 2008 06:15 To: symfony users Subject: [symfony-users] Re: Automated test

[symfony-users] Re: Automated testing in symfony

2008-03-10 Thread Sumedh
Okk...Thanks guys... On Mar 10, 2:50 pm, "Nicolas Perriault" <[EMAIL PROTECTED]> wrote: > On Mon, Mar 10, 2008 at 10:41 AM, Lee Bolding <[EMAIL PROTECTED]> wrote: > > PHP typically doesn't have any CI tools, but as somebody has already > > suggested, take a look at Selenium. > > There's Xinc to