recommendation for webapp testing?

corey goldberg cgoldberg at gmail.com
Wed Sep 16 12:51:29 EDT 2009


> I need to do some basic website testing

http://seleniumhq.org/
"Selenium is a suite of tools to automate web app testing across many
platforms."

Have a look at Selenium.  Specifically, look at Selenium RC.

You can write code in Python to drive a web browser and run web tests.

-Corey



More information about the Python-list mailing list