Monday, July 22, 2019

Agile - Definition of Done

The definition of done for User Story, Iteration, and Release is given below.

User Story

A user story is a requirement which is formulated in a few sentences in everyday language of an user and it should be completed within an iteration. A user story is done when
  • All the related code have been checked-in.
  • All the unit test cases have been passed.
  • All the acceptance test cases have been passed.
  • Help text is written.
  • Product Owner has accepted the story.

Iteration

An iteration is a time boxed collection of user stories / defects to be worked upon and accepted within the release of a product. Iterations are defined during iteration planning meeting and completed with an iteration demo and review meeting. An iteration is also termed as a sprint. An iteration is done when
  • Product backup is complete.
  • Performance has been tested.
  • User stories have been accepted or moved to the next iteration.
  • Defects have been fixed or postponed to the next iteration.

Release

A release is a major milestone that represents an internal or external delivery of working, tested version of the product/system. A release is done when
  • System is stress tested.
  • Performance is tuned.
  • Security validations are carried out.
  • Disaster recovery plan is tested.

No comments:

Post a Comment

Lab 09: Publish and subscribe to Event Grid events

  Microsoft Azure user interface Given the dynamic nature of Microsoft cloud tools, you might experience Azure UI changes that occur after t...