How and When to Perform Regression Testing?

How and When to Perform Regression Testing?
October 01 10:00 2013 Print This Article

It is well known that regression testing is an efficient phase of QA activities. If it is performed poorly, all the preceding testing works become of no value.

That is why a software testing company advises to plan and elaborate test-cases for this type of testing thoroughly.

Regression testing is to be executed many times during a development and testing process.

It is Recommended to Perform Regression Testing Every Time When:

  • new functions or/and features are added to the application;
  • earlier discovered software bugs are fixed.

The aim of regression testing is to detect errors that are caused by the recent changes in the system. It is important to find and fix them as soon as possible and make sure that the software operates according to the requirements.

The First Priority of Regression Testing Should Be:

  • functions with high risk;
  • functions that are most often used.

When these two categories are checked one may test the rest of functionalities and paths of the application.

Regression testing is often automated. It is wise to automate checking of the code of high risk areas and the code that may be damaged by errors corrections. If regression tests are automated web site testing, desktop testing or mobile application testing requires less time, costs and efforts.

Related Posts:

About Article Author

view more articles
Nataliia Vasylyna
Nataliia Vasylyna

View More Articles

2 Comments

write a comment
  1. Steve Bridge
    December 07, 15:42 #1 Steve Bridge

    A very simple, concise explanation. However, I’m new to SQA (old dog learning new tricks)…. have been in the field for almost 2 years.

    Am interested in hearing other experts feedback on this.

    Thanks!

    Reply to this comment
    • Anastasia Ilchenko
      December 11, 15:49 Anastasia Ilchenko Author

      Thank you for your positive feedback! We are always glad to share our experience 🙂

Add a Comment

Your data will be safe! Your e-mail address will not be published. Also other data will not be shared with third person.
All fields are required.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.