Changes between Version 17 and Version 18 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 18:55:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DeveloperGuidelinesTesting
v17 v18 32 32 33 33 == Boundary Testing (should do) == 34 Checks functionality of modules against spec. 35 * Functional tests can be written using [http://seleniumhq.org Selenium] or [http://jakarta.apache.org/jmeter/ JMeter] 34 Checks functionality of modules against spec.[[BR]] 35 This sees the application as a black box & so the same tests could be run here against both the Python & PHP versions, for instance. 36 37 Functional tests can be written using: 38 * [http://seleniumhq.org Selenium] 39 * [http://jakarta.apache.org/jmeter/ JMeter] 36 40 This is done by the Testers who accept the Code as a result. 37 41 … … 47 51 * http://groups.google.com/group/web2py/browse_thread/thread/cf5c5bd53bc42d49 48 52 53 == Stress Tests == 54 * http://tsung.erlang-projects.org/ 55 * Siege 56 49 57 == Security Tests == 50 58 Whilst the Web2Py framework is secure by design, we should validate this: