Changes between Version 38 and Version 39 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/11/09 21:25:30 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v38 v39  
    77Test-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]]
    88Behaviour-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  * http://blog.daveastels.com/files/BDD_Intro.pdf
    10  * http://www.paulchaplin.com/blog/behaviour-driven-development-bdd-frameworks
     9 * http://behaviour-driven.org
    1110 * http://fitnesse.org/FitNesse.AcceptanceTests
    12  * http://rSpec.info
    1311
    1412There are a huge number of Testing Tools available to cover the various parts of the Testing process: