[Agile][Scrum][敏捷开发][DevOps中的持续性测试]一些相关流程的梳理
Posted on 2017-03-20 14:46 carol2000 阅读(651) 评论(0) 编辑 收藏 举报结合相关资料,做一下梳理
1. 所有的计划任务都是从任务看板(backlog)开始
从backlog中可以看到燃尽图(burndown Chart)来监控项目的进度情况
一个好的看板能够清晰的观测到当前的项目进度和每个人的开发情况
2. 每个sprint的具体任务划分
角色和相关行为
3. 关于自动化测试相关
Status overview – Quality Trend
• Automation test will greatly help for quickly iteration
• Adding new test cases for each new feature is a challenge
• All manual test cases for new feature shall be added as automation test case while the story is marked completed
相关的实践
遇到的问题:
• Architect play as product owner
• Daily standup meet ing of ten overt ime
• Story point concept is hardly to be accepted by all team members
• Task effort estima ion is only 50% of real effort generally
• Automation test case adding and test environment stability
• Meeting overhead is big
• Communicat ion/Cross-work with global team
• The best good agile tool is still white board not any other applications
• Story need owner – different with Agile process
• External Dependency
4. 持续性测试