What is the difference between release and iteration?

自作多情 提交于 2019-12-07 15:24:39

问题


The title says What is the difference between release and iteration? Can you explain what the difference is?


回答1:


Iterations are basically single units of work within your release plan. Typically, your iteration planning phase will be a short (1-4 week) series of tasks that will be done.

After an iteration, there should be a series of acceptance tests. This verifies that the problem domain was handled correctly.

The series of iterations plus acceptance lead to a single release. The release leads to deployment, whether to a customer or internal usage by the end user (which is the critical difference).

Granted, in many teams, the lines can blur a bit, especially if you're releasing every iteration, etc...




回答2:


An iteration can be purely internal. A release goes out to a customer.




回答3:


We can say in simple words, Release is "What to do" and Iteration is "How to do". Release focuses on User stories and iterations focuses on Tasks decomposed from user stories.



来源:https://stackoverflow.com/questions/1800083/what-is-the-difference-between-release-and-iteration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!