What is the difference between release and iterati

2019-05-10 14:43发布

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

3条回答
成全新的幸福
2楼-- · 2019-05-10 15:24

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.

查看更多
劳资没心,怎么记你
3楼-- · 2019-05-10 15:42

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...

查看更多
时光不老,我们不散
4楼-- · 2019-05-10 15:43

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

查看更多
登录 后发表回答