Automating Web Interfaces with Python

Paul Rubin phr-n2002b at NOSPAMnightsong.com
Tue Jan 14 20:42:45 EST 2003


"Christian Reyes" <creyes at ea.com> writes:
> Sorry, I should have been more specific in my question.
> More specifically what I'm trying to do is create an automated test harness
> for an enterprise weblogic server application.  I'm attempting to automate
> the front end web-interfaces which are all jsp pages.  I want a module that
> will let me populate and submit data as well as read for success and failure
> responses from the jsps.

You mean you want to write a web robot?  Try the urllib or urllib2
modules.  




More information about the Python-list mailing list