DEV Community

Bertil Muth
Bertil Muth

Posted on

How important are quality requirements?

By quality requirements, I mean requirements about performance, reliability, useability and the like. Sometimes they are called -ilities, sometimes non-functional requirements.

How important are they really in your development process? How do you plan for implementing them? Do you test them? How? Why are they important, or not, in your opinion?

Latest comments (1)

Collapse
 
leightondarkins profile image
Leighton Darkins

Where I work, we call these types of requirements Cross Functional Requirements (CFRs), and their importance holistically is very significant.

Generally our approach to CFRs is to build them in as a part of the acceptance criteria of our stories. For example, if accessibility is an important CFR for your product, we ensure that every story describes how it needs to be implemented with regards to accessibility.

Pat Kua also has a handy blog post about other ways to handle CFRs

We usually verify that we're successfully implementing CFRs through automated testing. Though that's not always possible, usability is a good example of a situation where user research and practical testing replace automation.

The important thing to realise with CFRs is that not all of them matter equally, and it's important to determine which CFRs do matter to your team/product/customers to avoid spreading yourself too thin trying to make a perfectly secure, super performant, brilliantly usable, perfectly localised, and hyper accessible application when actually all it needed to be was scalable 😜