处理 TFS2010 中的错误(敏捷模板)

发布于 2024-10-04 01:19:07 字数 1432 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

抽个烟儿 2024-10-11 01:19:07

我听到您问题中的一些部分:

“将这些添加到迭代积压中”:您可以使用工作项的迭代路径。最佳实践是创建一个称为积压的迭代。

“分组为故事”:在 TFS 2010 中,默认的可追溯性是在用户故事上定义验证用户故事的测试用例。 Bug 是针对测试用例报告的。

“估计”:您可以使用“剩余工作”字段

“确定优先级”:您可以使用“堆栈排名”字段

“标记实际工作量”:使用“已完成”工作字段

I hear some parts in your question:

"Add these to an iteration backlog": you can use the iteration path of the work items. Best practice is to create an iteration called backlog.

"Grouped into Stories": In TFS 2010, the default traceablity is that on a User Story you define the Test Cases which validate the User Story. The Bugs are reported against the Test Cases.

"Estimating": You can use the Remaining work field for that

"Prioritsing": You can use the Stack Rank field

"Mark actual effort": Use the Completed work field

知足的幸福 2024-10-11 01:19:07

我们一直在做的是:

  1. 由测试人员在测试过程中提出错误。
  2. 在迭代计划期间,我们可能决定分配 X 时间来修复未解决的错误,因此我们为 X 故事点的迭代创建一个错误修复故事。
  3. 选择我们认为应该在迭代中修复的错误,为每个错误创建一个任务以及时间估计和任何高级技术细节。请注意,该任务是作为故事的子级创建的,并且也与错误相关。

关键是错误工作项不是直接针对相关任务开发的。

What we have been doing is:

  1. Raising bug during testing by a tester.
  2. During iteration planning we may decide to allocate X amount of time to fix outstanding bugs, so we creat a bug fixing story for that iteration of X story points.
  3. Bugs are chosen that we think should be fixed within the iteration, a task is created for each bug along with a time estimate and any high level technical details. Note the task is created as a child of the story and also related to the bug.

The key is that bug work items are not developed against directly, a related task is.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文