Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

2/15/2020 Regression testing | Its features and advantages

  Menu

Regression Testing
December 3, 2019

When a tested software undergoes a minor x(or a x that doesn’t affect the
whole application) then it is not advisable to conduct thorough testing of all the
modules of the application. Instead, after a x in a previously tested and
working software, we only run a limited number of test cases while also
ensuring proper test coverage. This type of testing is known as Regression
Testing.

Regression testing is the type of testing that is performed to ensure that a


x or change hasn’t affected the previously working functionality.

Some features of regression testing


Regression test cases are usually automated as there is a huge number
of regression tests and executing them manually would very time-
consuming.

https://artoftesting.com/regression-testing 1/6
2/15/2020 Regression testing | Its features and advantages

The effectiveness of regression testing depends on the test cases chosen


as regression tests, which in turn depends on the area of impact of a
release along with the criticality of the component.
In regression testing, we have to deal with reducing the test cases(for
reducing test execution time) and at the same time maintaining the test
coverage.

Advantages of regression testing


It ensures that a x doesn’t adversely affect working functionality.
Regression tests can be automated hence, save a lot of time(if
automated).
These tests are particularly helpful in case of performance optimization
release as these release doesn’t change any business scenario. So,
checking the already working functionality suf ces the testing need.
Regression testing is also helpful in implementing Continuous
Integration setup in which whenever a developer pushes some code, a
build gets triggered and after that regression tests are run automatically
to ensure that new change doesn’t affect any existing functionality.

With this, we have come to the end of this part of the tutorial. If you have any
questions, please ask in the comment section. Also, check out the complete
software testing tutorial below.

Software Testing – Complete Tutorial

 Manual Testing
 Beta Testing
 AB Testing

Rock Stars You May Why We Don't Hear Beautiful Baby


Not Know Actually From Emma Watson's Names Inspired by
Have Missing Body Lookalike Brother Norse Mythology
Parts

Leave a Comment

https://artoftesting.com/regression-testing 2/6
2/15/2020 Regression testing | Its features and advantages

Name *

Email *

Website

Save my name, email, and website in this browser for the next time I
comment.

Post Comment

https://artoftesting.com/regression-testing 3/6
2/15/2020 Regression testing | Its features and advantages

FROM THE WEB BY INTERESTINGLINKS

TRAGIC DETAILS ABOUT JOHN MELLENCAMP

READ THIS BEFORE HOW DANNY DEVITO


BUYING 'DAYS GONE' ALMOST DROWNED
WHILE FILMING
'ALWAYS SUNNY'

Popular Tutorials
Manual Testing Tutorials
Selenium Tutorials
JMeter Tutorials
Katalon Studio Tutorials
API Testing Tutorials
Manual Testing Interview
Selenium Interview Questions
JMeter Interview Questions
SQL Queries for Interview
DBMS Interview Questions
Linux Interview Questions

https://artoftesting.com/regression-testing 4/6
2/15/2020 Regression testing | Its features and advantages

About Us Contact Us Disclaimer Terms of Service Privacy Policy

©2020 ArtOfTesting

https://artoftesting.com/regression-testing 5/6
2/15/2020 Regression testing | Its features and advantages

FROM THE WEB BY INTERESTINGLINKS

This Iconic 'Thriller' Small Details You


Actress is Nearly 60 Missed in the New 'It'
& Unrecognizable Now Trailer

https://artoftesting.com/regression-testing 6/6

You might also like