简体   繁体   English

在测试管理器中更改迭代周期名称

[英]Change Iteration cycle name in Test Manager

I'm currently working with Test Manager Version 2010. When running a testcase with multiple iterations in it, a list is shown in the top left corner which has the following: 我当前使用的是Test Manager版本2010。运行包含多个迭代的测试用例时,左上角将显示一个列表,其中包含以下内容:

  • Iteration 1 迭代1
  • Iteration 2 迭代2
  • Iteration 3 迭代3
  • .... ....

My question is, is it possible to change this name to any subject so that it is easier to remember the meaning behind every iteration? 我的问题是,是否可以将此名称更改为任何主题,以便更容易记住每次迭代背后的含义?

For example: 例如:

  • Iteration1 needs to be named Cat Iteration1需要命名为Cat
  • Iteration2 needs to be named Dog Iteration2需要命名为Dog
  • And so on... 等等...

Yes, and no :) I've never done this from the test manager, but here is a post that says how you change the iterations using the team explorer. 是的,不是:)我从来没有从测试经理那里做到这一点,但是这里有一篇文章,说明了如何使用团队资源管理器更改迭代。 You can name them whatever you want, they are nothing more than strings in a hierarchy. 您可以随意命名它们,它们不过是层次结构中的字符串。 Even though the problem is slightly different than yours the steps should apply. 即使问题与您的问题稍有不同,也应采用以下步骤。

How to Add/Edit the Iteration Field in Team Foundation Server Scrum v1.0 beta Workflow 如何在Team Foundation Server Scrum v1.0 beta工作流程中添加/编辑迭代字段

The bad news is that TFS uses loose coupling on the work items. 坏消息是TFS在工作项上使用松散耦合。 that meens that whenever you change something like this the workitems that have used the old string will still have the old value. 意思是,每当您更改这样的内容时,使用旧字符串的工作项仍将具有旧值。 you will either make a script to update all work items, or manually go in and select the new value for each and every work item. 您将制作一个脚本来更新所有工作项,或者手动进入并为每个工作项选择新值。 If you only use the new values for new test cases (or other work item types) you're good to go. 如果仅将新值用于新的测试用例(或其他工作项类型),那么您就很好了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM