Still working to recover. Please don't edit quite yet.

comparison between DSDM and XP testing

From Anarchopedia
Revision as of 17:18, 31 December 2006 by Beta M (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This article will compare and contrast DSDM and XP software testing.

DSDM

Principles (J Stapleton, DSDM business focused development, 2nd ed. 2003): 4. Fitness for business purpose is the essential criterion for acceptance of deliverables. 8. Testing is integrated throughout the lifecycle.

XP

  • Fully integrated testing.
  • Continuous integration.
  • Write test first, code to pass the test.
  • Extreme programming achieves 100% code coverage through coding only to pass the tests.

Simmilarities

In both frameworks:

  • Tests are repeatable.
  • Customer validation is the key