Changes between Version 37 and Version 38 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 21:22:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v37 v38 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.[[BR]] 8 Behaviour-Driven Development takes this further to focus on the Specification rather than the Verification using something like [http:// fitnesse.org/FitNesse.AcceptanceTests Fitnesse] or [http://rspec.info/ rSpec] to provide testable specs:8 Behaviour-Driven Development takes this further to focus on the Specification rather than the Verification using something like [http://www.codeplex.com/pyspec pyspec] to provide testable specs: 9 9 * http://blog.daveastels.com/files/BDD_Intro.pdf 10 10 * http://www.paulchaplin.com/blog/behaviour-driven-development-bdd-frameworks 11 * http://fitnesse.org/FitNesse.AcceptanceTests 12 * http://rSpec.info 11 13 12 14 There are a huge number of Testing Tools available to cover the various parts of the Testing process: