Puneet Varma (Editor)

Architecturally significant requirements

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Architecturally significant requirements (ASRs) are those requirements that have a measurable effect on a software system’s architecture. They are a subset of requirements, the subset that affects the architecture of a system in measurably identifiable ways.

Contents

Relation to non-functional requirements and quality attributes

For quite a long time, ASRs were not recognized as an important notion. When talking about architecture, non-functional requirements (NFRs) or quality attributes is often used. However, recent empirical studies show that, for a software system, not all NFRs actually affect its architecture, and requirements that are not NFRs can also affect its architecture. So, architecturally significant requirements is a valuable notion that is suggested to use when talking about requirements in relation to architecture.

Characteristics

ASRs can be characterized from the following aspects.

Descriptive Characteristics

ASRs are often hard to define and articulate, tend to be expressed vaguely, tend to be initially neglected, tend to be hidden within other requirements, and are subjective, variable, and situational. Other requirements could also demonstrate these descriptive characteristics. However, ASRs’ architectural significance made these characteristics’ manifestations unique and challenging for ASRs.

Indicators

A requirement that has wide effect, targets trade-off points, is strict (constraining, limiting, non-negotiable), assumption breaking, or difficult to achieve is likely to be architecturally significant.

Indicators for architectural significance that have been reported in the literature include:

  • The requirement is associated with high business value and/or technical risk.
  • The requirement is a concern of a particularly important (influential, that is) stakeholder.
  • The requirement has a first-of-a-kind character, e.g. none of the responsibilities of already existing components in the architecture addresses it.
  • The requirement has QoS/SLA characteristics that deviate from all ones that are already satisfied by the evolving architecture.
  • The requirement has caused budget overruns or client dissatisfaction in a previous project with a similar context.
  • The OpenUP and Peter Eeles (IBM) discusses additional criteria for architectural significance in several articles and presentations

    Heuristics

    When a requirement specifies a software system’s quality attributes, refers to a software system’s core features, impose constraints on a software system, defines the environment in which the software system will run, it is likely to be architecturally significant.

    See discussion of design vs. architecture under software architecture for additional criteria of architectural significance.

    Elicitation

    Like all NFRs and quality attribute requirements, ASRs should be specified in a SMART way. Quality attribute scenarios are one way to achieve the S(specific) and the M(easured) criteria in SMART. The SEI recommends Quality Attribute Workshops (QAWs) for this effort. It has been suggested to keep architecture analysis and design lightweight and flexible; quality attribute trees for certain application genres and technology domains can support such approaches.

    It is important to communicate the elicited ASRs, and any other architectural artifacts, in a notation and language that is comprehensible for the target audience (hear: business stakeholders).

    Impact

    ASRs are used in software design to drive and justify architectural decisions; if not satisfied properly, they contribute to the accumulation of technical debt. For instance, failure to meet security and compliance requirements complicates the system and process assurance audits and increases the risk of audit findings. Exemplary advice on how to address system quality attributes (including ASRs) is available in the literature.

    References

    Architecturally significant requirements Wikipedia