Re: [PHP] enterprise php application automated testing

2004-10-23 Thread Ramil Sagum
On Sat, 23 Oct 2004 20:00:48 -0400, blackwater dev <[EMAIL PROTECTED]> wrote: > Hello all, > > I know I can use simpletest to test my application at the class level > but I need a tool to test it at a much higher level. I need something > to enter data in forms, click links, etc. I have played s

Re: [PHP] enterprise php application automated testing

2004-10-23 Thread Bruno B B Magalhães
Well, we call it pre-testing, the only way, and the better one, is doing it with the future users of your system! Regards, Bruno B B Magalhães On Oct 23, 2004, at 10:00 PM, blackwater dev wrote: Hello all, I know I can use simpletest to test my application at the class level but I need a tool to

[PHP] enterprise php application automated testing

2004-10-23 Thread blackwater dev
Hello all, I know I can use simpletest to test my application at the class level but I need a tool to test it at a much higher level. I need something to enter data in forms, click links, etc. I have played some with simpletest's web tester without much luck. I am just curious how others are ef