Post-Release Support and Regression Testing

by Nataliia Vasylyna | March 20, 2012 10:00 am

For effective post-release software product support, defects reported by clients should be analyzed to correct the underlying software bugs. Diagnosis testing is generally used to recreate the defect[1] scenario and to predict the bug.

Software maintenance usually comprises activities to adapt the software to various operational environments, or to make better the product in all possible ways.

Different software product updates through new releases can be an enlargement to these support activities. The software with a big history and multitudinous foregoing releases are generally referred to as legacy products.

In this case special way of testing named regression testing is normally used to assure that beforehand supported software functions are not negatively influenced by the updates.

Regression testing is closely associated with specific testing stages for legacy products and for main software support activities.

For new product releases, we often go through a full cycle of software testing, with the main attention on regression testing normally on the integration testing sub-stages where old and new software elements are integrated.

For small updates and software maintenance, regression testing may compose the major part of software testing.

Methods for regression testing are generally include:

  1. An investigation of dissimilarities between the precede and the current version of the software to choose from existing test cases and to define what new test cases are required.
  2. The new test cases pay the main attention to 2 aspects:

Learn more from QATestLab

Related Posts:

Endnotes:
  1. defect: https://blog.qatestlab.com/2011/10/11/main-types-of-defects-in-software-testing/
  2. Updates Without Mistakes: Regression Testing in Game Development: https://blog.qatestlab.com/2022/08/30/game_regression_testing/
  3. Top 10 Best Powerful Regression Testing Tools in 2020: https://blog.qatestlab.com/2020/05/28/regression-testing-tools-2/
  4. TOP 10 Regression Testing Tools: https://blog.qatestlab.com/2019/07/02/regression-testing-tools/

Source URL: https://blog.qatestlab.com/2012/03/20/post-release-software-product-support-and-regression-testing/