Agile Requirements Taceability

I am about to start on my next project at work and we are discussing what tools and processes to use.

As you would expect (?) the project is keen to use Agile techniques and they have selected a number of standard tools and ideas that fit in along with that.

There does seem to be one exception to this which is to use a traditional requirements management tool where they will describe each requirement and detail the associated test cases.

In previous jobs where I have used Agile this has not been the case. The process I have followed before is roughly.

  1. The Product Owner defines the features on the product road map.
  2. Epics/Stories are derived from the features.
  3. An acceptance criteria is agreed by the team in the backlog refinement for each story.
  4. Tests are defined that satisfy the acceptance criteria.

The traceability is then from the feature to the tests via the acceptance criteria in the story.

No document mapping the requirements existed on the project in question.

I am curious to know how other people/projects have managed requirements tracability.

3 Likes

In one company we used Jira for this purpose.

4 Likes

Requirements Traceability is essential in a Waterfall world and if they are transitioning to Agile, they may not realise that they need to scale back on this as it is handled tacitly in the stories. The huge requirements monolith can be hard to walk away from as it can be used as a security blanket for many things.
You may find you need to go along with this approach for a while, until the Eureka moment when the realisation that this is a goal to preserve comprehensive documentation, follow process & contract negotiation is arrived at. If you put up too big of an objection, heels could be dug in.

4 Likes

Thank you for the interesting reply.
Maybe the use of BDD and test pipelines over a period of time will show itโ€™s value to the key stakeholders and we can transition more gradually to a more modern approach.

2 Likes

Regardless of the tool, itโ€™s fundamental to keep in mind that good portion (most?) of requirements and testing happens in peopleโ€™s heads, never to be documented (tacit knowledge).
Falling into the trap that what is documented there is all that exist for quality may lead to bad decisions/analysis.

4 Likes

Thank you for this comment. I have been thinking about using Feature and Example mapping to try to express the requirements in a better way.

2 Likes

Hi Peter,

Maybe you can have a look at TestCompass.
TestCompass is an early Model Based Testing tool and works with simple flowcharts, readable for everyone and with high level of abstraction. From the flowcharts ayou can automatically generate the tests based on predefined test coverage forms. Also forward requirements traceability can be done automatically by performing the impact analysis after a change in the requirements (and test model).

For context, I am the founder of TestCompass.

Ciao,
Silvio

3 Likes

Thank you. Iโ€™ll have a look.

1 Like