Changes between Version 5 and Version 6 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 17:55:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v5 v6 10 10 == Unit Tests == 11 11 Should we use doctests? 12 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html12 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html 13 13 14 14 == Usability Tests == 15 15 === Accessibility === 16 16 * Are we XHTML 1.0 compliant? 17 * Are we usable without JavaScript?17 * Are we usable without !JavaScript? 18 18 19 19 == Performance Tests ==