Changes between Version 63 and Version 64 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/21/09 10:20:16 (16 years ago)
Author:
Fran Boon
Comment:

Selenium process

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v63 v64  
    7070 * [http://seleniumhq.org Selenium]
    7171  * This is currently being integrated into !SahanaPy, based on this discussion: http://groups.google.com/group/web2py/msg/d8c9fd6008029f6b
    72   * Selenium & Twisted: http://agiletesting.blogspot.com/2005/03/web-app-testing-with-python-part-2.html
     72  * Tests can be written with Selenium IDE, exported as Python Selenium RC, maintained in .py, then converted to HTML using [http://joker.linuxstuff.pl/documentation/make_selenium make_selenium.py]
    7373  * A lot of Selenium-related articles: http://vallista.idyll.org/~grig/articles/
    74   * [http://joker.linuxstuff.pl/documentation/make_selenium make_selenium.py]
    7574 * [http://wwwsearch.sourceforge.net/mechanize/ Mechanize] - library for programming website browsing
    7675  * [http://twill.idyll.org/testing.html Twill] is built on Mechanize