views:

206

answers:

1

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

  • Test Case
  • Shared Steps
  • Tests
  • Tested By

Thanks,

A: 

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

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"

stackoverflowuser