How to manage requirements (specifications) on Visual Studio Team Services (TFS)?
Asked Answered
K

2

5

I'm using on-premise TFS and plan to migrate to Visual Studio Team Services. But I still have one question - How to properly manage (store, edit, track) requirements (specifications) for software project in VSTS or TFS?

What is the best solution? What do you use?

Now we use OneNote.com and add links to OneNote pages to PBI in TFS. But it's not very convenient.

Klansman answered 4/3, 2016 at 10:26 Comment(1)
This is way too broad of a topic to answer fully here.Ivonneivor
L
6

Requirements Management is a very broad subject, but when looking at the features of Team Services and TFS, then what you'll find is that it support very light weight requirements management in the Scrum and Agile templates. If you're required to do formal requirements tracking then PBIs and User Stories are not the ideal way to capture them. primary reason being that while these items are true at the point in time they're developed, they become stale/obsolete/incorrect as other PBIs and Stories introduce complementary/contradictory behavior.

The CMMI template is better geared towards formal specification, using a Requirement work item type and doing formal change tracking. It's still meant to be used in an agile fashion, but it tends to drive true agile teams away due to all the extra's it wants you to track and specify.

In the product itself you could use the Markdown support and store requirements in an additional source control repository or Git Repo with full change control. You can add attachments to work items (including Powerpoint storyboards), but anything that amounts to a thick document is not part of the product.

You can of course link to o365, OneNote.com or Google Docs to track your specifications, or make use of 3rd party products such as ModernRequirements.

Keep in mind that in Agile, we try to keep specifications to the minimum required and that it's primarily used to figure out what to do (plan and track work). If you need to capture formal specifications, you need another place to store them.

Leff answered 13/3, 2016 at 9:57 Comment(0)
C
2

TFS and VSTS include work item management. We use the user stories to define the work and the Kanban board to track work progress.

enter image description here

Chalcanthite answered 4/3, 2016 at 15:17 Comment(3)
Work item tracking is not the way to go for formal requirements tracking. It's nice for planning and simple tracking of statistics, but it's not a real requirements tool. It may come close when using the CMMI template, but that comes with a lot of other overhead.Leff
I agree with @cheif7 . It needs better UI for capturing say a form layout, fields, validation criteria. I want use Visual Studio Team Services to manage this so unless I can customise the text boxes for a Work Item, I will need to attach such a form. Not slick!Carlina
Full process customization is now enabled on VSTS.Leff

© 2022 - 2024 — McMap. All rights reserved.