Unit testing Web applications

Diez B. Roggisch deets at nospam.web.de
Wed Mar 5 11:04:26 EST 2008


Monica Leko wrote:

> Hi!
> 
> Does Python has some testing frameworks for testing Web applications
> (like Cactus and HttpUnit for Java), generating requests and checking
> if the response is correct?

mechanize and webunit come to my mind.

Yet the most powerful will be selenium together with selenium-remote driven
via python. Don't forget to check out the brilliant selenium IDE.

Diez



More information about the Python-list mailing list