On Jun 8, 9:57 am, Santi wrote:
> For static html testing, I'd avoid using Selenium. Even though Selenium is
> *the* tool for RIA and javascript intensive environments, feels like bringing
> up a browser with all the coordination and resources that it takes just to
> crawl the website and find
For static html testing, I'd avoid using Selenium. Even though Selenium is
*the* tool for RIA and javascript intensive environments, feels like bringing
up a browser with all the coordination and resources that it takes just to
crawl the website and find 404s is an overkill.
What we implemented
On Jun 7, 10:42 pm, Tim wrote:
> On Jun 7, 2:05 pm, Miki Tebeka wrote:
>
> >http://pypi.python.org/pypi/selenium?
>
> I looked at Selenium and it may be what I need, but when I searched
> for selenium and "broken link" (one of the things I need to test for),
> I found only an unanswered
> questi
On Jun 7, 2:05 pm, Miki Tebeka wrote:
> http://pypi.python.org/pypi/selenium?
I looked at Selenium and it may be what I need, but when I searched
for selenium and "broken link" (one of the things I need to test for),
I found only an unanswered question:
http://groups.google.com/group/selenium-use
http://pypi.python.org/pypi/selenium ?
--
http://mail.python.org/mailman/listinfo/python-list
hi,
I'm new to web testing and after having googled for a day and a half I
figured it might be better to ask here.
What I've got is a tree of static HTML documentation I want to test.
For example to test that
o referenced images exist and are not corrupted,
o links to files from the table of cont