Planning Of Quality Assurance Activities

by Nataliia Vasylyna | December 28, 2011 10:00 am

Note: the article was updated in August 2018.

Planning is not just to write documents and to match terms. Planning is the first step toward achieving the set goals. Quality Assurance (QA) planning can be defined as an activity aimed for optimal resource allocation and goals set for a successful QA process.

Planning of QA activities

Let’s have a look at the most important steps more precisely.

Test plan creation

Test plan[1] is the main document of QA process that describes what testing activities are required. The main purposes of a test plan are:

Creating a test plan, you can use some common templates or prepare a specific plan according to your particular needs. But even if you decide to elaborate your own plan from scratch, it still should contain answers to the next questions:

In addition to these answers you can mention:

Test strategy consideration

Test strategy[5] can be either a separate document or a part of a test plan. It should contain detailed information about:

You can create a test strategy for the whole product at once or elaborate it gradually for each function. It works like this: as soon as developers receive the next task to conduct, testers at the same time consider a test strategy for this new component.

In a test strategy, you can also:

The information in the test strategy can be presented either in a form of a standard document or in a more visual form, e.g., table.

Risk assessment

Risk can be defined as a probability of problems caused by software bugs. These difficulties can cause financial losses, spoil the company’s reputation, decrease the level of customers’ trust, increase the time and resources required for project implementation. So, risk management strategy is a quite important part of QA planning.

Information about project risks is also used to define priorities of the testing activities. For example, if the system performance is the high-risk aspect of the product, you should conduct the performance testing as soon as possible.

To analyze risks, you should consider:

Risks do not always concern the product itself, but also:

Effort and time estimation

Effort and time estimation help to define:

There are a lot of methods used for effort estimation. Some of them require serious mathematic calculations, but some are much simpler to apply. Here are some of them.

Methods of effort estimation

“A shot in the dark”

Using this method, you should rely on your previous experience or just your intuition. Naturally, “a shot in the dark” is among the riskiest effort estimation techniques.

Estimation by experts

The name of the method speaks for itself. By the way, not only experts in the specific field can be engaged, but also other people who have a good understanding of the product under test.

Work decomposition

The work on the project is decomposed into the smallest modules, which are estimated separately. After this, the whole project is estimated according to the effort required for the smallest parts.

Delphi method

This method is similar to work decomposition with the difference that specialists, responsible for different tasks, estimate required time personally. It is one of the most accurate techniques.

Estimation in relation to the dev process

Estimation is built on the assumption that testing effort is directly proportional to development effort.

During effort estimation, it is important to take into consideration:

In conclusion, nowadays agile methods[6] of software development gain more popularity, and time for planning process usually is decreased. As a result, a test plan and strategy can be not documented at all. But in this case, there is a high risk to omit important issues in the overall testing process.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. Test plan: https://qatestlab.com/resources/knowledge-center/sample-deliverables/test-plan/
  2. desktop app: https://qatestlab.com/solutions/by-focus-area/desktop-applications/
  3. QA activities: https://blog.qatestlab.com/2011/12/21/quality-assurance-activities-in-software-processes/
  4. QA team: https://blog.qatestlab.com/2019/05/07/building-qa-team/
  5. Test strategy: https://qatestlab.com/resources/knowledge-center/test-plan-vs-strategy/
  6. agile methods: https://qatestlab.com/resources/knowledge-center/alige-product-development/
  7. Automated Testing – an Investment in the Future or a Hype Project: https://blog.qatestlab.com/2020/01/15/automated-testing-future/
  8. How to Distinguish Between QC, QA and Testing?: https://blog.qatestlab.com/2016/02/08/qc-qa-testing/
  9. Software Testing for Travel Agencies: https://blog.qatestlab.com/2013/06/07/software-testing-for-travel-agencies/

Source URL: https://blog.qatestlab.com/2011/12/28/planning-of-quality-assurance-activities/