... but starts to break down once you get into the acceptance testing phase--it's hard to write stories for invidivual bugs until you know they exist (which means that the amount of stories in the phase can keep growing) and it's very hard to estimate how long it will take to fix a particular bug.
If you're finding a lot of problems during acceptance testing, you've got bigger problems than velocity.
What kind of problems are you seeing?
- "That isn't what I wanted!" problems mean that you aren't communicating with your customer early and often enough.
- "It doesn't work!" problems mean that you're either slipping on Test-Driven Development, and aren't getting adequate test coverage, or you're giving in to time
pressure and letting quality slip rather than deferring
stories into later iterations.
- If you're finding it "very" hard to estimate how long it'll take to fix a bug that's slipped through into acceptance testing, then you probably have a large design or refactoring debt that's cluttering up your system. Are you taking the time to refactor?
Problems with velocity during testing are symptoms of upstream problems. Identify and fix the upstream problems, and your downstream velocity problems will take care of themselves.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.