Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

This article provides an overview of Risk Management and .

Let's start with the basic concepts.


Info
titleLearn more

Risk-Based Testing (RBT)

...

is built on top of Risk Management and thus the same concepts and principles apply.

...

To learn more about it check Risk-Based Testing

...

.

...

title
Info

Learn more

If you want to learn how to perform RBT whenever using Xray, please have a look at Performing Risk-Based Testing (RBT) with Xray


Concepts and Terminology

Risk

In general, we can define Risk as the “effect of uncertainty on objectives” (ISO 31000:2018that can be positive (opportunity) or negative (threat).

...

Impact may be defined as a number interval (e.g. [0-4]) or as a ordered list of values (e.g. ["low", "medium", "high", "very high"]). 

Source

The risk source is the "element which alone or in combination has the intrinsic potential to give rise to risk" (ISO 31000). 

...

  • unclear requirements
  • external library
  • external stakeholder
  • regulatory constraints
  • adoption of new process 
  • ...

Criteria

Risk criteria correspond to the "terms of reference against which the significance of a risk is evaluated" (ISO 31000).

...

This risk criteria includes the definition of multiple levels for the probability and impact variables. 

Categories

Risk categories are a way of classifying and grouping risks together.

...

  • business
  • technical
  • operational
  • project management
  • external
  • compliance
  • ...

"Types" of Risks

Inherent Risk

Existing risk, and implicit risk level, before any treatment actions are taken.

Residual Risk

Remaining risk, and implicitly residual risk level, after risk treatment actions have been taken.

Exposures

Exposure

Although not part of ISO 31000, "exposure" is commonly used to refer the categorization (e.g. "low", "medium", "high", "severe") of the risk based on its level. Sometimes it's also used as a synonym for the calculated risk level value, so please be aware of it.

Residual Exposure

Residual exposure corresponds to the exposure after treatment, based on the remaining residual risk. Sometimes it's also used as a synonym for the calculated residual risk level value, so please be aware of it.

Risk Register

The Risk Register is used to store and document risks along with the risk treatment responses. It is an essential tool for assisting with the risk management activities that can give visibility of current risks, and help in the process of documenting and reviewing them.

Risk Management

Risk Management corresponds to the "coordinated activities to direct and control an organization with regard to risk."

...

The purpose of Risk Management is to have a systematic approach to address risks effectively by having the defined objectives in mind, taking advantage of them in case there are opportunities that benefit our objectives, or by minimizing threats that may impact negatively on what we foresee to achieve.

Risk Management Process

There are a set of activities that are part of the Risk Management Process: Establishing the Context, Risk Assessment, Risk Treatment, Monitoring & Reviewing. Risk Assessment is in turn composed of Identification, Analysis and Treatment.

...

Monitoring and reviewing of risks is an ongoing activity that provides a feedback loop to the whole Risk Management Process, to depict changes in context, risk criteria, risks themselves and related treatments.

0. Establishing the Context

The foundation of the Risk Management Process is establishing the context.

...

Part of setting the context is the definition of risk criteria itself, based on the internal and external contexts and on the objectives to be pursued.

1. Risk Assessment

Risk assessment corresponds to the overall process of performing risk identification, analysis and evaluation (ISO 31000).

1.1. Risk Identification

Risk identification is the process of finding, recognizing and describing risks (ISO 31000). 

1.2. Risk Analysis

Per ISO 31000, it corresponds to the: "Process to comprehend the nature of risk and to determine the level of risk. Risk analysis provides the basis for risk evaluation and decisions about risk treatment. Risk analysis includes risk estimation."

...





Probability

(likelihood)

4

(very high)

0481216

4

(high)

0

3

6

912

2

(medium)

0

2

4

68

1

(low)

012

3


4

0

(none)

000

0


0


0 (none)

1 (low)

2 (medium)

3 (high)

4
(very high)

Impact

(consequence)


1.3. Risk Evaluation

Per ISO 31000, it corresponds to the "process of comparing the results of risk analysis with risk criteria to determine whether the risk and/or its magnitude is acceptable or tolerable. Risk evaluation assists in the decision about risk treatment".

...

In the end, users need to decide whether risks are acceptable or tolerable, or if they want to modify them instead by treatment measures. As an example, you may decide to apply treatments only on risks categorized as "high," "very high" or "severe."

2. Risk Treatment

Risk Treatment comes as a natural consequence of Risk Evaluation and it corresponds to the "process to modify risk" (ISO 31000).

...

  • Positive Risk (i.e. "opportunity")
    • Enhance (increase the probability of happening)
    • Share (allocate some/all ownership to a third party)
    • Exploit (ensure opportunity is realized)
    • Accept (leave it as-is and simply take advantage of it, if and when it happens)
  • Negative Risk (i.e. "threat")
    • Mitigate (reduce probability of happening)
    • Transfer (transfer it to a third party entity, which may leave some residual risk) 
    • Avoid (remove/eliminate risk source)
    • Accept (acknowledge it; don't do anything about it)

3. Parallel, ongoing activities

3.1. Communication and consultation

"Communication and consultation with external and internal stakeholders should take place during all stages of the risk management process."

...

First of all, internal and external stakeholders should be consulted, as a means to establish the context (or reviewing it later on.) However, all of them are invited to provide feedback on the remaining activities as projects/systems and risks evolve in dynamic.

3.2. Risk Monitoring and Reviewing

These are some of the questions we need to answer.

...

"Risk monitoring and reviewing" try to answer the previous questions; it can be seen as active surveillance over the whole process as means to ensure that we're effectively on control.

Risk Management in Jira

There are several apps for Risk Management in Jira.

...

  • at the issue level with some custom fields
  • or at the project level, using a specific issue type

References

  • Risk

...

RBT (Risk-Based Testing) is a testing strategy that follows the principles of Risk Management but in a testing context.

In software development projects, or in any development project in general, there are a set of common objectives among these are:

  • "quality" 
  •  cost control
  • time-to-market (i.e. target release/delivery dates)

These goals can be affected by risks coming from different sources (internal or external,) due to all sorts of factors. In case of negative risks, the risk level will depend on things such as the complexity of the change, number and kind of impacted users, frequency of usage, likelihood of failure, etc.

Risks can affect the overall quality, including the customer perceived quality.

Quality is a broad word embracing "fit" of the product to customer needs and many quality attributes (i.e. "quality properties" as per ISO/IEC 25010:2011), which risks may affect. An intrinsic part of quality is ensuring that a product has few bugs (or at least a reduced probability of bugs on important/risky areas).

If testing is performed as a means to find/avoid bugs, RBT can be used as a "mitigation", or even as an "avoidance" strategy.

On the other hand, testing is also about understanding, discovering and providing valuable feedback that can help build "better" features and better products. In that sense, RBT may be used to perform thorough testing or doing it lighter/roughly depending on the risk. 

Thus, RBT can be seen as a strategy that uses risks as means for adequate testing (depth and priority) in order to maximize testing goals. It will affect all testing activities (e.g test planning, design, execution).

Therefore, RBT assists in making testing related decisions based on the assessment of risks.

Purpose

The main purpose of RBT is to use risk management principles for adequate testing.

First of all, it provides a framework for clear communication and discussion of risks, by defining terms and a common language; it also makes risks visible and actionable.

RBT covers customer needs and also the needs of the development team, using risks as the input to support testing activities.

Customers are mostly concerned about business features, timing, visible quality and costs.

The development team has similar concerns; however, it sees quality in a broader scope as it has to maintain and possibly evolve with the product being developed. Timing and costs need to be managed effectively to be on a budget and avoid delays; however quality must not be hurt and if decisions need to be taken to meet timing/costs criteria, RBT can provide the means to ensure that focus will be given to the features/issues that matter most to customers.

Both customers and the development team want to avoid important defects, thus RBT focuses the testing efforts on what matters most - where we can get most value from.

Overall, RBT's purpose and benefits can be summed up as:

  • Focus more on the customer
    • test more thoroughly what customers are most concerned with
      • deliver what is most important for the business
  • Reduce the probability and impact of negative risks
    • by focusing testing on higher, negative risks, probability of missing important defects lowers and therefore the probability assigned to the risk lowers as its corresponding risk level; on the other hand, as testing also provides feedback to the team including its developers, the impact of a certain risk may also decrease as the feature being worked out may be done differently or better
  • Increase confidence
    • RBT can help find more important defects first, by focusing testing on higher risks (paper)
    • by focused testing on higher risks (or risky areas/features), RBT ensures that important items are exhaustively tested and important defects are found sooner; thus, product and it's most important items (e.g. features) can be released with a high degree of confidence, while ensuring they meet expected quality goals
  • Optimize QA effort and cost
    • RBT can answer questions such as...
      • What should we test? Everything? But we don't have time...
      • Where should I start?
      • When can we stop testing? We have to make the release and move on...
      • Can we reduce the testing effort somehow? How and at what "cost"?
      • If we have more time for testing, what is the best way to take advantage of it?
    • RBT provides the means to define the testing scope, focusing on what is relevant, by identifying what tests to execute and their execution priority, given time and resource constraints; the overall amount of test cases may be reduced as not everything needs to be tested or be tested in the same depth 
    • RBT provides a way (based on risks) to choose tests for regression testing
    • RBT provides some clues for selecting candidates for automation
  • Increase risk level of positive risks
    • If an opportunity is identified, RBT can be used to provide thorough testing and take advantage of it. If a feature is being implemented and if the team finds that making it slighter differently, perhaps by generalizing it further or making it more visible, it can increase the probability of positive risk, as end-users may start using it for additional scenarios and thus increase the product added value. Using testing as a constructive feedback loop, knowing the opportunities and their relative relevance, can increase the likelihood, impact and the overall risk level for opportunities
  • Make a release go/no go decision based on risks
    • sometimes you may need to ship the product sooner, for time or budget constraints
      • RBT can give you visibility of risks, so you can take a go/no go decision "knowing the risk"
    • RBT can be used to overcome risks that block "acceptance" (i.e. customer acceptance of the release)
    • RBT implicitly explains why certain tests were executed over other ones, and thus ease communication with other stakeholders and avoid discussion on why some tests were not executed at all

RBT at different levels

Risks may be evaluated at different levels:

  • at project level

    Expand
    titleExamples...
    • missing cross-functional knowledge on team

    • outsourcing IP

  • at "requirement" (e.g. Story) level

    Expand
    titleExamples...
    • open-source library support

    • performance degradation in concurrent scenarios

  • directly at Test level

    Expand
    titleExamples...
    • validation of specific scenarios/use cases whose relevance is different from other ones, in some  context (e.g. on a specific release)

Many teams perform RBT identifying and evaluating risks at "requirement"/Story level: thoroughly testing is performed on risky "requirements", while less risky "requirements" are tested in a more pragmatic way.

However, sometimes "requirements" may not exist at all, defined explicitly as such. This may be common in scenarios where teams inherit legacy projects, that have few or no "requirements" but that have Tests that validate the intended behaviour.

...

Project level

...

"Requirement" / User Story level

...

Test level

...

Pros

...

  • some risks may simply be project wide

...

  • most common approach
  • allows deciding whether a story should be addressed and how based on its risk
  • shapes the test's definition on the Test Design phase taking into account the risk

...

  • allows distinct prioritization of Test cases for the same requirement
  • allows RBT in projects without requirements (e.g. legacy projects)

...

Cons

...

  • misses a more granular way of assessing risks and addressing them

...

  • not differentiates between Tests for the same story, although some additional criteria (e.g. ”priority”) could be used for that
  • not applicable to projects without requirements

...

  • a lot of effort to evaluate Risk for tons of test cases
  • Tests are not specified taking into account requirement risk; applies only to existing test cases and not to new ones (at the acceptance criteria would probably be a better approach)

RBT Process

RBT is much more than selecting what Tests to execute and their order; RBT affects test planning, authoring and execution.

You may implement RBT in several different ways, formalizing the process a bit more or not.

The overall process involves the following macro-activities.

  1. What and how "things" can affect our project?
    1. Risk Identification
      1. identification of risks to product (e.g. software/hardware) features; this is normally performed by the team and discussed together
      2. risks are identified before implementation starts and are reviewed throughout the development life cycle; new risks can be identified during implementation
    2. Risk Analysis
      1. risks are discussed together in the team (may involve customer)
      2. risks impact and probability are calculated, and thus the related risk level
  2. How will we handle it in the most effective way (i.e. what can return the most value)?
    1. Risk Evaluation and Treatment
      1. Test Planning
        1. using the input from Risk Analysis, the test manager can...
          1. define test strategy (e.g. level of testing to perform, techniques to use, environments to choose)
          2. estimate testing effort
          3. define/estimate schedule (target dates, number of testing iterations)
      2. Test Design
        1. specification of the Tests taking the identified risks as input; tests are designed to mitigate the risk (i.e. diminish their probability)
        2. make use of more extensive data with data-driven testing and automated testing/checking, if needed
      3. Test Execution
        1. perform testing by descending order of risk level (i.e. execute Tests related to higher risks first); experienced testers, with a high degree of domain knowledge, may provide more valuable feedback 
        2. thoroughly test risky items, using scripted and exploratory approaches
    2. Risk Monitoring and Reviewing
      1. look at items where you assessed the risk and evaluate if you need to take additional measures/treatments ("Are those items having failed tests? Were bugs found? Are those bugs relevant? Did we find any new risk while testing?")

RBT in Waterfall and variants

In projects following waterfall, or one of the waterfall variants, in their SDLC, RBT can fit as followed: (high-level, simplified overview)

  1. Risk Identification & Risk Assessment
    1. BAs together with the team discuss risks in the ”Requirement Analysis” phase 
  2. Risk Treatment
    1. performed by testers, during the “Testing” phase
      1. Test Planning takes the input of Risk Assessment to define the testing strategy and effort; the testing scope is agreed
      2. if adopting the scripted testing approach, testers start by exhaustively detailing test cases for the riskiest items, during Test Design
      3. testers will perform more in-depth testing on the risky items during Test Execution
      4. if important bugs are found on the risky items, the software can go back to "Implementation" phase as-soon-as-possible
  3. Risk Monitoring and Reviewing
    1. throughout the project development life cycle; special focus is given at testing closure, 

Please note that even though you may be doing Risk Identification and Assessment on the first phase (i.e. "Requirement Analysis,") risk factors are present in all development phases as each one is prone to risks.

As your development project goes through different stages sequentially, problems found at a later stage of the pipeline can lead to rolling back to a previous phase; thus, it can go from Test Execution back to Test Planning... or from the "Testing" high-level phase back to "Implementation"... or even from "Implementation" back to "Design" and "Requirement Analysis.

RBT in Agile

In projects adopting Agile principles and values software is delivered incrementally and frequently, and highly focused on customer needs and feedback. In Agile, changes are welcome and not really tied to "long phases." Both Agile Software Development and RBT have the customer and their most important needs/concerns at the center. 

A possible implementation of RBT in Scrum based projects could be as follows. 

  1. Risk Identification and Assessment
    1. Release planning
      1. Highest-risk tasks must be placed in the earliest sprints
    2. Backlog refinement/grooming
      1. the team can identify and discuss risks together on each PBI (product backlog item)
    3. Sprint planning (by the whole agile team)
      1. Testers can start creating a risk-based analysis by using the stories given for that iteration, identifying the high-risk stories that can be tested on that iteration, and prioritizing the user stories depending on their criticalness to the business
      2. Risk’s impact and likelihood can be evaluated using “Risk Poker” (like planning poker)
  2. Risk Treatment
    1. During sprint lifetime, by performing more extensive testing on high-risk stories (including for regression testing purposes)
  3. Risk Monitoring and Reviewing
    1. During sprint lifetime

"Traditional", RBT and Hybrid RBT approaches

While in "traditional" testing, tests are executed in "ad-hoc" way (without any special criteria/order), in RBT risk is used to choose what tests are to be executed and their order of execution.

RBT also conditions how testing is done (and how test cases are specified): focus is given to tests associated, directly or indirectly, with and higher risk.

In Hybrid RBT, non-risk-based Tests (i.e. tests specified without considering risks) are executed by the risk descending order.

References