Changes between Version 102 and Version 103 of DeveloperGuidelinesTesting
- Timestamp:
- 03/19/11 21:19:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v102 v103 8 8 Test-Driven Development is a programming styles which says that you 1st write your test cases (from the [BluePrints specs]) & then proceed to make them pass. 9 9 10 Can pre-populate the database with random data using [http://groups.google.com/group/web2py/browse_thread/thread/4b2e5ed166220ba5# gluon.contrib.populate]10 For manual tests, can pre-populate the database with random data using [http://groups.google.com/group/web2py/browse_thread/thread/4b2e5ed166220ba5# gluon.contrib.populate] 11 11 12 12 * [wiki:InstallationGuidelinesDeveloperTesting]