Changes between Version 62 and Version 63 of DeveloperGuidelinesTesting
- Timestamp:
- 01/21/09 10:15:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v62 v63 69 69 Functional tests can be written using: 70 70 * [http://seleniumhq.org Selenium] 71 * This is currently being integrated into !SahanaPy, based on this discussion: http://groups.google.com/group/web2py/msg/d8c9fd6008029f6b 71 72 * Selenium & Twisted: http://agiletesting.blogspot.com/2005/03/web-app-testing-with-python-part-2.html 72 73 * 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/d8c9fd6008029f6b74 74 * [http://joker.linuxstuff.pl/documentation/make_selenium make_selenium.py] 75 75 * [http://wwwsearch.sourceforge.net/mechanize/ Mechanize] - library for programming website browsing … … 77 77 * [http://pypi.python.org/pypi/zope.testbrowser/3.6.0a1 zope.testbrowser] is built on Mechanize (& not Zope-specific) 78 78 * 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 79 80 * [http://jakarta.apache.org/jmeter/ JMeter] 80 81 * [http://www.badboy.com.au Badboy]