If you like this post then please subscribe to my full feed RSS. You can also subscribe by Email. Not sure how this works?

The proper testing of software takes a lot of work, and therefor a lot of time. While I don't agree with this tactic, when projects get delayed, the time to test the system is one of the most likely candidates to take a hit when squeezing the schedule. „Two weeks delayed? We test two weeks shorter, and presto, back on schedule again."

When facing a short time frame available for testing purposes, you got to make the best the time and resources available. A software test strategy that takes this into account is risk and requirements based testing.

In this strategy we assume that it's undoable to test everything. From a economic point of view it doesn't even make sense; spending lots of time to parts of a system where the changes of having a bug are low, or even if a bug has been found, where the impact of it will be low. Risk and requirements based testing helps you to determine what to test first, in which sequence, so you spend the time you have to the parts that really matter.

The strategy starts with a risk analysis to determine the functions (requirements) with the highest risk, and plan your test activities guided by this analysis.

To help you identify the risks involved in all your requirements, consider the following aspects:


  • Functions often used by the users

  • Complex functions

  • Functions that have a lot of updates or bug fixes

  • Functions that require high availability

  • Functions that require a consistent level of performance

  • Functions that are developed with new tools

  • Functions that require interfacing with external systems

  • Functions with requirements with a low level of quality

  • Functions developed by more programmers at the same time

  • New functions

  • Functions developed under extreme time pressure

  • Functions that are most important to the stakeholders

  • Functions that reflect a complex business process

Related links

SQAtester.com - Your Online Software Testing & Resource Center

Did You Enjoy This Page? These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • MisterWong
  • BlinkList
  • Furl
  • Netscape
  • Spurl
  • StumbleUpon
If you like this post then please subscribe to my full feed RSS. You can also subscribe by Email. Not sure how this works?

Leave a Reply