简体   繁体   English

使用Team Foundation Server进行质量检查/测试

[英]Using Team Foundation Server for QA / Testing

I have been playing around with TFS (Team Foundation Server) on my visual studio 2012. 我在Visual Studio 2012上一直在使用TFS(团队基础服务器)。

I went to Work Items and I saw My Bugs , My Tasks , My Test Cases . 我去了Work Items ,我看到了My BugsMy TasksMy Test Cases

All are empty at the moment. 目前所有的都是空的。 I want to know how can I set up a test case in TFS > Work Items > My Test Cases? 我想知道如何在TFS>工作项>我的测试用例中设置测试用例? Or Add Bugs in My Bugs. 或在“我的错误”中添加错误。

I also read somewhere - Cant remember now - You can actually edit the my test case screen to some of your own test case criteria. 我还在某处读过-现在不能记住-您实际上可以将我的测试用例屏幕编辑为您自己的一些测试用例标准。

Anyone know's about this or where I can start? 有人知道这件事,或者我可以从哪里开始?

These are just Queries that run over all the work items. 这些只是运行在所有工作项上的查询。 Users with appropriate permissions can edit them, but the changes will apply to the whole team. 具有适当权限的用户可以对其进行编辑,但是所做的更改将应用​​于整个团队。

You can copy and paste them from Shared Queries into My Queries and work on them. 您可以将它们从“共享查询”中复制并粘贴到“我的查询”中,然后对其进行处理。

The way they work is looking for any work item assigned to the viewer of the query (using a variable called @Me in the filter) that has the Bug / Task / Test Case Work Item type and is not closed. 他们的工作方式是查找分配给查询查看器的任何工作项(在过滤器中使用名为@Me的变量),该工作项具有Bug / Task / Test Case Work Item类型且未关闭。

Here's an example of "My Tasks" from my MSF Agile Project: 这是MSF Agile项目中“我的任务”的示例: 在此处输入图片说明

When you view the results, there is button in the top right called "Edit Query" to get this view. 查看结果时,右上角有一个名为“编辑查询”的按钮可以获取此视图。

You can create new bugs , or other work items by clicking on the team menu. 您可以通过单击团队菜单来创建新的错误或其他工作项。 You can then create new work items and assign them to yourself or other members of your team 然后,您可以创建新的工作项目并将其分配给您自己或团队的其他成员

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

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