Software Test Strategy

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

  • Rama
    The above mentioned Strategy is easily understandable.

    Is there any other Strategies available to follow? If so please post the same.
  • Johnny
    I'm just thinking about the test strategy for unit testing - do you think a high-level design can also be an input of the strategy along with the risks and requirements? Any suggestions?
  • Mahesh Tripathi
    Its good post about strategy when the less time is available. Most of the cases, testing time is less and we have to deliver a bug free software. Mentioned points are good and should be used while testing.
blog comments powered by Disqus