Re: [PHP] Web functional testing tools?

2004-09-07 Thread Doug Kearns
On Thu, Aug 26, 2004 at 04:19:51PM +0100, Geoff Caplan wrote: > Doug, > I'm fairly new to this field, so I'm still feeling my way, but I guess > my requirements are similar to anyone else building a fairly complex > ecommerce application: fill and submit forms using the full range of > HTML wid

Re: [PHP] Web functional testing tools?

2004-08-26 Thread Geoff Caplan
Doug, DK> SimpleTest's WebTester package is definitely an acceptance/functional DK> testing framework. If you'd prefer not to specify your test's in PHP you DK> could look at something like Canoo WebTest which uses XML. Apologies: I had overlooked the WebTester functionality within SimpleTest. I'

Re: [PHP] Web functional testing tools?

2004-08-26 Thread Doug Kearns
On Thu, Aug 26, 2004 at 01:35:00PM +0100, Geoff Caplan wrote: > Doug, > > >> What do people recommend for the functional testing of PHP data-driven > >> apps? (By functional testing I mean testing the application as a > >> whole, as opposed to unit testing.) > > DK> http://www.lastcraft.com/simpl

Re: [PHP] Web functional testing tools?

2004-08-26 Thread Geoff Caplan
Doug, >> What do people recommend for the functional testing of PHP data-driven >> apps? (By functional testing I mean testing the application as a >> whole, as opposed to unit testing.) DK> http://www.lastcraft.com/simple_test.php#web I'm aware of SimpleTest, but it's very much a unit testing f

Re: [PHP] Web functional testing tools?

2004-08-26 Thread Doug Kearns
On Thu, Aug 26, 2004 at 10:58:43AM +0100, Geoff Caplan wrote: > Hi folks, > > Just setting out on a major new project, and this time I want to set > up a comprehensive regression testing from the start: I've learned the > hard way that manual testing is not the way to go! > > But looking at open-

[PHP] Web functional testing tools?

2004-08-26 Thread Geoff Caplan
Hi folks, Just setting out on a major new project, and this time I want to set up a comprehensive regression testing from the start: I've learned the hard way that manual testing is not the way to go! But looking at open-source web application frameworks, most of them are very Java specific, or a