markdown 用户故事和验收标准演示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 用户故事和验收标准演示相关的知识,希望对你有一定的参考价值。

Epic -> User Story -> Acceptance Criteria

### User Story Demo:
```
as
	a XX (角色)
I want
	XX (行为)
so that
	XX (价值)
```

### Acceptance Criteria:
它是对上面的 US 的分点描述, 用一句话来描述动作

### Some Source Demo
```
Example User Story:
As 
	a PayPal account holder
I can 
	withdraw my pending credit from PayPal
so that 
	I can have money in my Oschadbank account
```
--------
```
Acceptance Criteria for This Example:
I can see on Paypal account that there is pending credit.
I can choose what amount of credit to withdraw.
I can see my Oschadbank account balance when I have chosen to withdraw credit.
I can’t tap into the Oschadbank account when there are no pending credits in my Paypal account.
```

[Demo From](https://dzone.com/articles/acceptance-criteria-in-software-explanation-exampl)

以上是关于markdown 用户故事和验收标准演示的主要内容,如果未能解决你的问题,请参考以下文章

在 BDD 用户故事/验收测试中混合当时和何时

第一次成果演示

软件需求分析和规格设计

《用户故事与敏捷方法》阅读笔记05

项目过程管理(十四)验收发布上线

让用户故事真的像故事那样