Blog Archives

Introducing the Python Selenium Test Generator

I've added a new project that aims at making form testing in Selenium a bit easier: Python Selenium Generator. Currently Selenium does allow you to get a list of fields on a page, but does not handle multiple forms on a page or returning a list of all form elements in a single list. This makes it somewhat cumbersome to create a test that fills in the form (especially if you have long forms).

Enter this Python module. You can either fetch URLs or read an HTML file.

Posted: March 12, 2009 @ 12:34
Tagged: code, python, tech, testing

Comments

No comments have been added