English 中文(简体)
Work Item Link Types in Visual Studio TFS 2010
原标题:

What s the difference between the following work items link types in Visual Studio TFS 2010?

  • Test Case
  • Shared Steps
  • Tests
  • Tested By

Thanks,

问题回答

"Test Case" and "Shared Steps" are forward name and reverse name for the link type Microsoft.VSTS.TestCase.SharedStepReferencedBy. Similarly, "Tested By" and "Tests" are forward name and reverse name for the link type Microsoft.VSTS.Common.TestedBy.

Forward name: This is the name with which created link will be known as on the source side.

Reverse Name: This is the name with which created link will be known as on the target side.

For detailed example refer "TFS 2010: Overview of Workitems linking – Use and Custom Link Type Creation"





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Enable PHP highlights in VS 2010?

I ve heard that Visual Studio 2010 Beta 2 has support for PHP. When I load a PHP file though, it has nothing highlighted and is nothing more than a glorified text editor. Is there a way to enable it?...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Unit Testing .NET 3.5 projects using MStest in VS2010

There s a bug/feature in Visual Studio 2010 where you can t create a unit test project with the 2.0 CLR. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483891&wa=...

热门标签