why it is calling as a regresssion is there any reason

0 votes
Hi Team,

i have attended interview for microsoft  , they asked below question .

why regression testing  is called as regression  . is there any specfic reason .can anyone help me on this.
Jan 8, 2021 in Selenium by Sri
• 3,190 points
922 views

1 answer to this question.

0 votes
Regression testing is done to check code change does not impact the existing functionality of the application. regression test can ensure application works fine with new change, bug fixes or any change in existing functionality. so it is basically continuous process (regression) .
answered Feb 17, 2021 by Ashok

edited Mar 5
0 votes
Hi there,

Regression testing is intended to test every pre-existing feature of your software in order to find potential "regression" bugs, which means newly introduced issues in these pre-existing features that used to work fine in previous builds/releases, but got broken as part of the new build/release. This is why they are called regression issues.
answered Jun 14, 2021 by Arnaud

edited Mar 5
0 votes

The idea is to run this series of tests every time new code is submitted. It's called regression testing because the verb regress means to return to a former state or condition, which in software, isn't considered a good thing.

Hope this helps you!

Check out the Selenium Training led by industry professionals here.

answered Nov 23, 2021 by anonymous

Related Questions In Selenium

0 votes
1 answer

What is a Modular Framework and why it is useful in Selenium webdriver?

Hi Junaid, as the name suggests, Modular ...READ MORE

answered May 13, 2019 in Selenium by Abha
• 28,140 points
13,538 views
0 votes
2 answers

Is there any way to get the text of a web element using Selenium Webdriver?

use gettext() in java : string lableText = ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
8,632 views
0 votes
1 answer
0 votes
0 answers
0 votes
1 answer

Why there is a need of GeckoDriver to launch Firefox in Selenium?

Hello Sunaina, Gecko driver is required to ...READ MORE

answered Jul 5, 2019 in Selenium by Anvi
• 14,150 points
1,248 views
0 votes
1 answer

Hi There, You said Selenium is a Firefox plugin then why does selenium support in other browsers(Chrome, IE, etc)?

Hi, Selenium IDE was initially a Firefox ...READ MORE

answered Jul 15, 2019 in Selenium by Abha
• 28,140 points
924 views
0 votes
1 answer
+1 vote
1 answer
0 votes
1 answer

Selenium Alternatives: Is there a tool like Selenium for testing web pages but which does not involve coding.

I'm guessing you've tried Selenium IDE already. ...READ MORE

answered Apr 13, 2018 in Selenium by king_kenny
• 3,710 points
884 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP