0

Usability requirements are focused on User interfaces, how easy they are to learn, how quick access to some frequent menu options are provided, etc. Suppose we have the following requirement:

 The system should show menu options after user login within 1 second.

What type of Non Functional Requirements is this? A performance requirement or usability? Thanks

Melanie A
  • 349

1 Answers1

1

I would separate the requirement into two

  1. The system should show menu options

  2. Time to Interaction on all Pages/Screens should be < 1 sec

The first is a Feature requirement, the second is a 'Definition of Done' or 'Quality Expectation' requirement that would apply to all stories

Ewan
  • 83,178