Re: [Tutor] filling in web forms

2009-06-20 Thread wesley chun
On Sat, Jun 20, 2009 at 10:25 PM, Pete Froslie wrote: > Thank you so much.. I will start looking into twill and I just finished > installing Mechanize. those are very well-known individual tools that will meet your needs. for larger web testing frameworks, you may also consider Windmill and Selen

Re: [Tutor] filling in web forms

2009-06-20 Thread Pete Froslie
Thank you so much.. I will start looking into twill and I just finished installing Mechanize. FYI: I use Netbeans as my IDE and encountered an error that took some time to resolve, as follows: A java.lang.NoClassDefFoundError exception has occurred the resolution can be found here if you run int

Re: [Tutor] filling in web forms

2009-06-20 Thread Serdar Tumgoren
You might want to read up on Python Mechanize as well: http://wwwsearch.sourceforge.net/mechanize/ ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] filling in web forms

2009-06-20 Thread Norman Khine
On Sun, Jun 21, 2009 at 12:03 AM, Pete Froslie wrote: > I would to access web forms and fill them out. > > I am feeling that the 'ClientForm' module makes sense as a starting place, > but am concerned that maybe it is dated and that there might be a better > starting option.. can anyone help start

[Tutor] filling in web forms

2009-06-20 Thread Pete Froslie
I would to access web forms and fill them out. I am feeling that the 'ClientForm' module makes sense as a starting place, but am concerned that maybe it is dated and that there might be a better starting option.. can anyone help start me along the correct path as I am pretty new to python and not