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

why is testing necessary , explain with some examples?

6 Answers   Accenture,


What is the difference between qa, qc, and testing?

0 Answers  


explain functionality testing and functional testing and give example who do thattype of testing

1 Answers   Wipro,


hi, this is an interview question."what are the testing skills that u have ?". how can i answer to this one ? reply me correct answer plzzzzzzz

2 Answers   DELL,


we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing

9 Answers  






What are the bugs we cannot find in black box?

0 Answers  


Could anyone explain the testing process end to end? I you get a new project what you do, first as a test manager? Explain later steps too...

3 Answers  


what is localization and globalization.and what are the ways way are going to test the particular application?how can we identify factual, visual, corrupted characters, link errors, formatting errors, etc in locallization?iam going to attend the interview on localization concepts and languages like : German, Japanese, French, Russian, Italian, Chinese, Korean, Portuguese and Spanish .tell me the process how to do testing above concepts let me know its urgent:anilaluvala@gmail.com 9908814046

0 Answers  


1.how to check or test the image ?

4 Answers  


what is stand alone application?

1 Answers  


Whatz the main use of preparing Tracebility matrix and explain the real time usage

6 Answers   Wipro,


How to prepare Test data?

9 Answers   Verizon,


Categories