what is Regresstion testing? when it will be needed?

Answers were Sorted based on User's Feedback



what is Regresstion testing? when it will be needed?..

Answer / suresh

Regression testing is nothing but executing the same test
cases on the different build.
it will be needed when an bug was fixed or when a new
functionality is added to existing functionality..

Is This Answer Correct ?    4 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / bishwajit.rk

I agree with Satya to some extend. To my view Regression
Testing is the process of retesting the application after a
defect is fixed, to check if due to this fixed, no other
problems is caused to its related features.
Lets take an example:
In our application, there are 10 features,
Ft1
Ft2
Ft3
Ft4
Ft5
Ft6
Ft7
Ft8
Ft9
Ft10
Lets consider, defects are fixed in Ft4 and Ft8. Now, to
run the regression, we have to check which features are
inter-related to the features Ft4 and Ft8, say Ft3 & Ft5
for Ft4 and Ft7 & Ft9 for Ft8. Once its identified, the
related testcase are identified from Ft3, Ft5, Ft7 and Ft9.
And these related testcases are used for running the
Regression.

Regression Testing run whenever changes are made in the
Application.

Is This Answer Correct ?    2 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / murugesh kumar

regression testing is needed whenever new modules are added
to an existing old one.To check the functionalities whether
the addition of new one affects the functionality of the
old.

Is This Answer Correct ?    2 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / satya_k21

Hi,

Regression testing means after getting confirmation the bug
is fixed we going to check the fixation is going to create
any problems in the application or not..

It should be required if there are any change requests.
and if the number of bugs that are found the tester are
high...

Is This Answer Correct ?    1 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / raji

Regression Testing:which test a system once again to ensure
that functions as expected as per the specifications or its
requirements.

regression testing is done when new functionality added to
the existing funcionality.

Is This Answer Correct ?    1 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / nagk

we do Regression testing
1)when bug is found in one module after it fixed,we check
the fixed bug and other modules if it other are depend on
this fixed module

ex:-there a,b,c,d are four modules a is independent from
others and b and c are depend on each other,d also independent.
if we found bug in a we don't need to do regression but if
it is in c we check bug is fixed in c also because of
changing c if it has any effect on b this is called
regression testing

2)when new version software is released for existing one
with few extra features.Because of newly added features
previous functionlities may get effect.to check new features
and previous one.here new feature have to be test manually
and detailed but previous ones are done by automated tools

these is the main reason for existing of automated tools



am i right?

Is This Answer Correct ?    1 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / shakun garg

It is used to validate that existing functionality has not been affected due to changes or enhancement on build.
Whenever changes are going to be made on existing build tester has to follow regression testing as per quality standards.

Is This Answer Correct ?    1 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / sravani p

Regression Testing: To add new functionality (or) to modify an existing functionality (or) to resolved defects programmer change the code. these code change may introduce side effects. Regression testing finding these side effects

Is This Answer Correct ?    1 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / uday kumar. a

Hi Naresh, you are correct. But here we dont execute all
the test cases. We execute only the effected module test
cases or effected functionality.

It might be full dependent on the time.

If we have no time we will check only the issue(sometimes).

Is This Answer Correct ?    0 Yes 0 No

what is Regresstion testing? when it will be needed?..

Answer / natraj

The selective retesting of a software system that has been
modified to ensure that any bugs have been fixed and that
no other previously working functions have failed as a
result of the reparations and that newly added features
have not created problems with previous versions of the
software

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

how will you define your bug status flow in softsmith qamonitor?

2 Answers  


Expain testing proces of your company?

6 Answers   AppLabs,


what is BVA,EP?if any body knows this, post the answer for me.

3 Answers  


We believe in ad-hoc software processes for projects. Do you agree with this? Please explain your answer.

2 Answers   Ordain Solutions,


who can we do the performace test for hotmail or yahoo or gmail. when you working with your personal system. or labtop.

0 Answers  






What is the difference between load testing and performace testing?

0 Answers   Infosys,


Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi

0 Answers  


what is the difference between onshore and offshore company

19 Answers   Wipro,


please explain me with example of this question. diff between bug and diffect. don't give def please give answer with example.

14 Answers   TCS,


what is meant by regression testing?

9 Answers   IBM,


what is water fall model?

3 Answers  


how u can do integration testing and what r the approaches u need to follow?

5 Answers   MBT,


Categories