Changes between Version 30 and Version 31 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 20:53:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v30 v31 56 56 57 57 == Integration Testing (good thing) == 58 We depend on various 3rd-party components so we need to ensure that as these components are upgraded this doesn't break any of out functionality: 59 * Web2Py 60 * CherryPy 61 * SimpleJSON 62 * T2 63 * OpenLayers 64 * jQuery 65 * Ext 58 66 59 67 == Usability Tests == 68 * [http://www.it.rit.edu/~jxs/development/Sahana/00_UI_Comments.html UI Guidelines] - comments on UI issues in Sahana2 60 69 === Accessibility === 61 70 * Are we XHTML 1.0 compliant?