Changes between Version 79 and Version 80 of DeveloperGuidelinesTesting
- Timestamp:
- 11/12/09 10:23:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v79 v80 6 6 7 7 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. 8 9 Can pre-populate the database with random data using [http://groups.google.com/group/web2py/browse_thread/thread/4b2e5ed166220ba5# gluon.contrib.populate] 8 10 9 11 [wiki:InstallationGuidelinesDeveloperTesting]