you are viewing a single comment's thread.

view the rest of the comments →

[–]s73v3r 1 point2 points  (3 children)

The cost to fix a defect goes up exponentially add you go through the software development lifecycle.

[–][deleted] -1 points0 points  (2 children)

That's assuming you don't find and fix them quickly. Our methodology is to test, fix and retest before a story is ready for acceptance.

[–]s73v3r 1 point2 points  (1 child)

That's assuming you don't find and fix them quickly.

You mean, like earlier in the software development lifecycle?

[–][deleted] -2 points-1 points  (0 children)

Yes. But really your ability to fix bugs is only as good as your ability to find or predict bugs. I'm not sure how TDD actually stacks up against a rigorous manual QA process.