Changes between Version 62 and Version 63 of DeveloperGuidelinesTesting


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

Selenium being integrated into SahanaPy, +TestMonkey

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v62 v63  
    6969Functional tests can be written using:
    7070 * [http://seleniumhq.org Selenium]
     71  * This is currently being integrated into !SahanaPy, based on this discussion: http://groups.google.com/group/web2py/msg/d8c9fd6008029f6b
    7172  * Selenium & Twisted: http://agiletesting.blogspot.com/2005/03/web-app-testing-with-python-part-2.html
    7273  * A lot of Selenium-related articles: http://vallista.idyll.org/~grig/articles/
    73   * discussion on using Selenium with Web2Py: http://groups.google.com/group/web2py/msg/d8c9fd6008029f6b
    7474  * [http://joker.linuxstuff.pl/documentation/make_selenium make_selenium.py]
    7575 * [http://wwwsearch.sourceforge.net/mechanize/ Mechanize] - library for programming website browsing
     
    7777  * [http://pypi.python.org/pypi/zope.testbrowser/3.6.0a1 zope.testbrowser] is built on Mechanize (& not Zope-specific)
    7878 * MaxQ: http://agiletesting.blogspot.com/2005/02/web-app-testing-with-python-part-1.html
     79 * [http://blog.jeffhaynie.us/introducing-testmonkey.html TestMonkey] - not ready for primetime but worth keeping an eye on
    7980 * [http://jakarta.apache.org/jmeter/ JMeter]
    8081 * [http://www.badboy.com.au Badboy]