DoD - Definition of Done
Montag, April 04, 2011
Laut Kelly Walters ist die Fertigstellung einer Software Komponente, auch "feature" genannt, erst abgeschlossen, wenn die folgenden 10 Punkte auf Vollständigkeit geprüft wurden:
- Code produced (all ‘to do’ items in code completed)
- Code commented, checked in and run against current version in source control
- Peer reviewed (or produced with pair programming) and meeting development standard
- Builds without error
- Unit tests written and passin
- Deployed to system test environment and passed system tests
- Passed UAT (User Acceptance Testing) and signed off as meeting requirements
- Any build/deployment/configuration changes implemented/documented/communicated
- Relevant documentation/diagrams produced and/or updated
- Remaining hours for task set to zero and task closed
Diese Liste kann erweitert werden, und muß allen Projektbeteiligten bekannt sein.
Categories: Software