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/simple_test.php#web
> 
> I'm aware of SimpleTest, but it's very much a unit testing framework.
> As I say, my interest in this thread is with functional testing: the
> testing of the application as a whole...

SimpleTest's WebTester package is definitely an acceptance/functional
testing framework. If you'd prefer not to specify your test's in PHP you
could look at something like Canoo WebTest which uses XML.

If you can elaborate on what SimpleTest is lacking I might be able to
point you in another direction.

Regards,
Doug

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to