-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs #3 Signed-off-by: Tony Deng <[email protected]>
- Loading branch information
Showing
4 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 验收测试 | ||
# 6.5. 验收测试 | ||
|
||
客户团队负责引领系统的开发,而**验收测试则向客户演示软件是可以接受的**。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 6.7. 职责 | ||
|
||
## 客户团队职责 | ||
|
||
- 负责编写验收测试 | ||
- 负责执行验收测试 | ||
|
||
## 开发人员职责 | ||
|
||
- 若团队觉得有需要,则负责实现自动化验收测试 | ||
- 开始开发一个新的故事时,负责考虑更多的验收测试 | ||
- 负责为代码做单元测试,是验收测试不必顾及故事的每个细节 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 6.8. 小结 | ||
|
||
- 验收测试可用用来记录客户和开发人员讨论的很多细节 | ||
- 验收测试记录了有关故事的一些假设,这些假设可能还没有和开发人员讨论过 | ||
- 验收测试提供了检查故事是否被完整实现的基本标准 | ||
- 验收测试应由客户团队来编写而不是开发人员 | ||
- 验收测试应该在程序员写代码之前就写好 | ||
- 如果新的测试对阐明故事的细节或意图没有任何帮助,就不用在写了 |