John J. Lee wrote:
>> > I'm looking for frameworks to make testing web applications -
>
> Did you read the question?
To answer the original question, which I did not see when first posted:
http://www.mechanicalcat.net/tech/webunit/
Richard
--
http://mail.python.org/mailman/listinfo/pytho
Josef Meile <[EMAIL PROTECTED]> writes:
> > I'm looking for frameworks to make testing web applications -
> > i.e. parsing and filling out forms - easier. I found Puffin, which
> > looks good but not very usable in the current state. I know that I
> > once read about other nice frameworks, but coul
The Jython / HttpUnit combination worked well for me too. There's also
maxq (http://maxq.tigris.org/), which looks promising, but I haven't
used it yet.
Grig
http://agiletesting.blogspot.com
--
http://mail.python.org/mailman/listinfo/python-list
news.sydney.pipenetworks.com wrote:
I've used Jython and a java package called httpunit to great effect. It
even supports javascript on your pages.
Thanks, that is the option I'm currentyl testing. Works great so far!
regards,
Achim
--
http://mail.python.org/mailman/listinfo/python-list
Achim Domma (Procoders) wrote:
Hi,
I'm looking for frameworks to make testing web applications - i.e.
parsing and filling out forms - easier. I found Puffin, which looks good
but not very usable in the current state. I know that I once read about
other nice frameworks, but could not find one via
Zope + Formulator is a nice combination to validating and designing
forms and add some functionality. If you want a more complicated content
management framework, then you can additionally install plain CMF or
Plone, which is based on CMF. There is also something called Silva, but
it doesn't have m
Hi Achim,
I'm looking for frameworks to make testing web applications - i.e.
parsing and filling out forms - easier. I found Puffin, which looks good
but not very usable in the current state. I know that I once read about
other nice frameworks, but could not find one via google. Any hints?
Zope