in reply to Re: TDD in perl
in thread TDD in perl
Extreme Programming and Test-Driven Development have paid the most attention to Unit Tests, though the "Industrial Extreme Programming" offshoot (http://industrialxp.org/) adds Acceptance Tests to the mix via attention to testing user stories early in the process.
I might be misinterpreting what you're saying - but Extreme Programming relies on acceptance tests just as much as unit tests. You can't do XP without them.
The practices and values that IXP adds to XP are about dealing with the larger scale issues that are outside the scope of XP (things like readiness assessments, project chartering, etc.).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: TDD in perl
by dws (Chancellor) on Sep 23, 2003 at 01:05 UTC | |
by adrianh (Chancellor) on Oct 29, 2003 at 17:02 UTC | |
by dws (Chancellor) on Oct 30, 2003 at 03:52 UTC | |
by adrianh (Chancellor) on Oct 30, 2003 at 16:23 UTC |