<img alt="" src="https://secure.wauk1care.com/164394.png" style="display:none;">

An Introduction to the Importance of Regression Testing

Posted by The nFocus Team on 16/04/2019

A Beginner's Guide to Regression Testing

OK, so I’ve decided to write something about regression testing, what it is, what it does, why and how do we do it. So as the song goes, “Let’s start at the very beginning”.

an introduction to the importance of regression testing

What is Regression Testing?
You will have seen over the years that there have been software calamities when institutions have decided to enhance their software to give, us the public, easier access or make more information available. Unfortunately however, when implemented, the reverse has happened. Unbeknown to the developers, the enhancement has corrupted or affected some other area of the software. This then, rather than doing what it was supposed to do, stops the whole system from working. Regression testing of the enhanced system, before it went live, may have prevented this from happening, because it checks that everything that worked before, still does. It can’t be guaranteed, because unless exhaustive testing is performed bugs will worm their way through. But if it is performed properly then bugs should be reduced.

So, the principals of regression testing are:
  1. It is the testing of a changed or updated computer program, to make sure the older software features still perform exactly as they did before.
  2. It is performed by executing a test suite made up from previously executed tests, against the modified code, to make sure that it does not break anything that worked prior to the update or applied change.
  3. The regression test suite is executed as part of System test, and the scope and acceptance criteria must be agreed ahead of test execution.
  4. It is performed in a separate test environment, which mimics live, and contains the relevant code and/or changes.
And if performed correctly the following objectives will be met:
  1. It will prove the changed or updated computer program still performs exactly as it did before the change or update was applied.
  2. The results from the execution of the previously executed tests should match the previous outcomes to confirm nothing has changed.
  3. Where and when bugs are found, they can be captured, documented and hopefully resolved.
  4. There would be reduced delivery risk and improve business outcomes.
  5. It will provide evidence for ‘go live’ approvals and/or project decision making.
Planning
So, it is decided that regression testing of the system following an upgrade or update is a good idea. How is this planned for, and what actions need to be taken before regression testing can take place?

Firstly, test scripts are selected from previous system test phases, to include the basic functionality of the existing application and its most popular features. Remember to use not just previously passed tests but also select ones that have previously identified bugs and defects. This will then confirm whether bugs that were previously accepted by the project, have been fixed by the implementation of the new code. These are collated into a regression test suite and are then put into priority order by performing some impact analysis to decide which tests to run, should time constraints prevent all regression tests being executed. The tests once selected must be stored in a test management tool such as DevOps, VSTS, Jira, Quality Center etc.

It can be noted here that a regression suite is ripe for automation, and wherever possible it is recommended that tests should be automated. These can then be executed repeatedly, ensuring that the same tests are used, they are repeated in exactly the same way, and they generate the same results. Additionally, of course, these can be run out of office hours, which then frees up the regression tester to work on those tests that for one reason or another cannot be automated, or for the raising of defects. While manual tests are stored in a test management tool, the automated tests and their results will be stored within the automation tools own file structure.

Execution
Once the regression suite has been planned it has to be executed. However, before execution can start the following ‘Entry Criteria’ must be met:
  1. The test environment ideally has been smoke tested, the relevant code and all changes are deployed, and change control is enforced.
  2. Exit gate criteria for the prior test stage, (Unit or System test), has been satisfied.
  3. Relevant user accounts for the system under test are setup and issued to the test analysts.
  4. Any required test data has been identified, documented and peer reviewed.

Execution should consist of a minimum of 2 test cycles. Cycle 1 should plan to achieve at least 80% coverage of tests, with Cycle 2, (and any subsequent cycles), covering all outstanding and/or previously failed tests.

  • Manual test execution is performed by the allocated test analysts, with results being recorded in the test management tool.
  • Automated test execution ideally is performed out of hours via the appropriate test automation tool. Tests will be uploaded from the tools own storage system and filed back afterwards together with the execution results. It is therefore suggested that for subsequent re-runs the test suite is cloned and given an incremented name. This is to ensure that previous results are not overwritten and lost.
Where a test fails, (manual or automated), a defect must be created and logged in the test management tool.
Defects should be defined in terms of business severity such as those listed below:
  1. Critical: impacts the availability of the service or platform.
  2. High: prevents completion of a business-critical process.
  3. Medium: severe, but an acceptable business workaround exists.
  4. Low: negligible impact, operationally acceptable and will be managed in accordance with the Defect Management process.
How do we know when we have come to the end of testing? Well providing the relevant ‘Exit Criteria’ has been met and the Project Manager and business stakeholders agree, it can be considered that testing has been completed. This means that all tests, (or all P1 tests in the event of time constraints), have had to have been completed, and there are no Critical or High severity defects outstanding. If there are any outstanding defects, then the combined impact of all of these has been considered and acceptable by the business, or a remediation plan which includes owners, actions and dates for all outstanding defects, has been agreed by the project and vendor/service provider.

Reporting
Throughout the execution phase it is necessary to advise the project on the current status of testing. Therefore, a summary report must be produced at the end of each day defining the total number of tests executed, a list of defects raised including their current status, details of any risks and/or issues, as well as any updates or concerns the tester has.

Finally, a ‘Regression Test Stage’ exit document, will produced for inclusion in the project Test Completion Report. This will consist of:
  1. Test Status by functional Area (total passed, total failed, total blocked, total not run).
  2. Defect Status (total by status and severity).
  3. Defect Trend (defect status over time).
  4. A summary of the test outcome and recommendation.

Now I’m not saying that regression testing had not been affected on certain banking systems before they went live, but I have to wonder, if the above procedures had been followed, could the outage suffered by thousands of people have been avoided?

nFocus SDET Academy

Topics: Software Testing, Regression Testing

nFocus Blog

Welcome to the nFocus software testing blog. As thought leaders and technical innovators, we created this blog to distil our thoughts, ideas and musings on improving software quality.

Fill out the form below to receive future communications from nFocus including our latest:

  • Blog articles
  • White Papers
  • and plenty more!

Follow us

Follow us on LinkedIn to see our latest content!

Subscribe Here!

Recent Posts

Posts by Topic

see all

Posts by Topic

see all