Re: how many bugs do you find and correct during TDD?
From: Andrew McDonagh (news_at_andrewcdonagh.f2s.com)
Date: 12/31/04
- Previous message: Andrew McDonagh: "Re: how many bugs do you find and correct during TDD?"
- In reply to: Tammy: "Re: how many bugs do you find and correct during TDD?"
- Next in thread: Tammy: "Re: how many bugs do you find and correct during TDD?"
- Reply: Tammy: "Re: how many bugs do you find and correct during TDD?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Dec 2004 23:49:48 +0000
Tammy wrote:
>
> Andrew McDonagh wrote:
>
>> It certainly prevents MOST bugs from happening - as the test code
>> (which is written first) must have a bug* which allows the application
>> codes bug to be undetected (i.e. not executed during a test run).
>
>
> Then how many bugs do you find?
I have no numbers recorded to provide. We ship our application with not
only 100% of its TDD unit tests passing, but also 100% of its acceptance
tests passing.
Sometimes we'll find areas that don't work properly as in a classical
bug (for example an exception being throw) other times we see that a
requirement defect has occurred in that a feature is missing.
The classical bugs are very rare - again no numbers sorry.
The feature defects are more common, but not in so large a number that
we - or rather - our customer is concerned by it.
- Previous message: Andrew McDonagh: "Re: how many bugs do you find and correct during TDD?"
- In reply to: Tammy: "Re: how many bugs do you find and correct during TDD?"
- Next in thread: Tammy: "Re: how many bugs do you find and correct during TDD?"
- Reply: Tammy: "Re: how many bugs do you find and correct during TDD?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]