difference between regression testing and re testing?

Answers were Sorted based on User's Feedback



difference between regression testing and re testing?..

Answer / pavan

Retesting:
If a tester finds a bug and after developer fixes that bug
we once again do the testing in order to check the
validation of the bug fixing.

Regession:
If a tester finds a bug and after developer fixes that bug
we retest and also check whether these enhancements or bug
fixing have any side affects on the unchanged code.

Is This Answer Correct ?    6 Yes 1 No

difference between regression testing and re testing?..

Answer / ashok

Retesting : Testing the application on the same built
soppose tester found the bugs and developer fixed it.
tested the fixed issues on the same built is called
retesting.
Regression: Testing the application on the different built
Suppose: if the tester found the bugs, and Developer fixed
it and they relised the new version of the build. so
testing on the new version on the built is called Regerssion
Testing

Is This Answer Correct ?    5 Yes 1 No

difference between regression testing and re testing?..

Answer / maheswar

re testing:testing the build with multiple test data
regression testing:if the tester find any defect he /she
inform this defect to development team.developement team
fixes that bug, aagin send to the testing team for testing
again whether bug is fixed or not,or the newly developed
build giving any side affects to other modules or not.

Is This Answer Correct ?    3 Yes 1 No

difference between regression testing and re testing?..

Answer / harikrishna

Re-Testing :after the bug was fixed the Test Engineer Re
execute the failed testcases to check whether the bug was
fixed or not.
Regression Testing : some times Reexecute some selected
passed testcases also to check whether are there any side
affects during the bug was fixed

Is This Answer Correct ?    3 Yes 1 No

difference between regression testing and re testing?..

Answer / ram

retesting is testing the same build with multiple test data.

where as regression testing is done after the bug fixes or
after any enhancements are done.in regression testing we
not only test the test case where the defect was found but
we also check some related test cases to make sure if the
fix or enhancement has affected any related functionality.
this is done on the new build after bug fixes or
enhancements

Is This Answer Correct ?    1 Yes 1 No

difference between regression testing and re testing?..

Answer / jules

Testing.
making sure the specific change, or new piece of
functionality works as expected.
Regression testing.
Making sure everything else around the area that has been
modified still works as expected. and the developers
haven't unexpectedly stuffed up part of the existing system
when making the changes.

Is This Answer Correct ?    1 Yes 1 No

difference between regression testing and re testing?..

Answer / lakshmanaraj bg

Regression Test:

Regression testing attempts to verify that modifications have not caused unintended adverse side effects in the unchanged software (regression faults) and that the modified system still meets its requirements.

Re-test:

Whenever a fault is detected and fixed then the software should be re-tested to ensure that the original fault has been successfully removed.

Re-testing and Regression Testing:

It is imperative that when a fault is fixed it is re-tested to ensure the fault has indeed been correctly fixed.

There are many tools used in a test environment today that allow a priority to be assigned to a fault when it is initially logged.

We can use this priority again when it comes to verifying a fix for a fault,particularly when it comes to deciding how much time to take over verifying the fix.

For example if you are verifying that a has been fixed in a help file, it would probably have been raised as a low
priority fault.

So you can quickly come to the conclusion that it would probably only take a few minutes to actually verify the fault has been fixed.

If, however a high priority fault was initially raised that wiped all of the customers stored data, then you would want to make sure that sufficient time was allocated to make absolutely sure that the fault was fixed.

It is important that consideration of the possible consequences of the fault not being fixed properly is considered during verification.

Another important factor when it comes to testing is when there is suspicion that the modified software could affect other areas of software functionality.

For example, if there was an original fault of a field on a user input form not accepting data.

Then not only should you focus on re-testing that field, you should also consider checking that other functionality on the form has not been adversely affected.

This is called Regression Testing.

For example; there may be a sub-total box that may use the data in the field in question for its calculation.

That is just one example; the main point is not to focus specifically on the fixed item, but to also consider the effects on related areas.

If you had a complete Test Specification for a software
product, you may decide to completely re-run all of the test cases, but often sufficient time is not available to do this.

So what you can do is cherry-pick relevant test cases that cover all of the main features of the software with a view to prove existing functionality has not been adversely affected.

This would effectively form a Regression Test.

Regression test cases are often combined to form a Regression Test suite.

This can then be ran against any software that has undergone modification with an aim of providing confidence in the
overall state of the software.

Common practice is to automate Regression Tests.

To assist you on what to additionally look for when re-testing, it is always a good idea to communicate
with the Developer who created the fix.

They are in a good position to tell you how the fix has been
implemented, and it is much easier to test something when you have an understanding of what changes have been made.

Is This Answer Correct ?    0 Yes 0 No

difference between regression testing and re testing?..

Answer / avish

Re Testing: Once the Bug is fixed Tester has to test the
same bug with multiple number of times with different data
and different scenario. Also once tester find the bug he
has to test multiple number of times bcoz whether the bug
is reproduceable or not.

Regression Testing: Once the Bug is fixed tester has to
test whether bug is fixed or not also test whether the
impact of the bug is shows in other application

Is This Answer Correct ?    0 Yes 1 No

difference between regression testing and re testing?..

Answer / deepthi

Retesting : Testing the application again in the same
testing conditions ie.same testing
environments.
Regression testing : Retesting the application after fixing
the defects.

Is This Answer Correct ?    0 Yes 1 No

difference between regression testing and re testing?..

Answer / rajeshwar rao

in any application new funcunality can be added so the
application has to be tested to see whether the added
funcunality are affected to the existing funcunality are
not.
in other words when the bugs where fixed by the developers
we have to test that application due to bug fixing there
will be a proabality of accruing some other bugs else where
in the program.
Retesting means Execution of test with multiple test data
to validate this function is called as retesting

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

write test case for atm ?

1 Answers  


In an interview, what r the general questions asked in manual?pls give me anwser to this question?

2 Answers  


What is the Defect density? how to find out Defect density in the TestEnvironment?

10 Answers  


What is change request,how u use it

6 Answers   Wipro,


Hi to all..Now am working at one company as Software tester..I have selected for Accenture via one consultancy.. They have told that joining date will be on 19 th july..But now they are postponed joining date..whether i can trust that or not?Can u plz tell??plzz..whether i can put my paper to releive or not? CAn u telll?

1 Answers  


What is the exact difference between smoke testing and sanity testing.?

6 Answers   Accenture,


what is meant by deffered status

6 Answers   Infotech,


What all possible test scenarios can be written for the PAINT OF An Airplane?

1 Answers   Cognizant,


. Diff. between Application server and web server? 2. Default port number of Tomcat? 3. bug life cycle? 4. what is defered status in defect life cycle? 5. smoke test? 6. Do you use any automation tool for smoke testing?? 7. verification and validation? 8. Testing process in your comp.? 9. Testing methodology? 10.when a bug is found what is the 1st action? 11.what is best bug in your current proj. which you found?? 12.what is test plan and explain its contents? 13.Advantages of automation over mannual testing? 14.explain some SDLC models? 15.ADhoc testing? 16.what is mean by release notes? 17.what are all the contents of release checklist? 18.when a new build comes what is 1st action?(performing smoke test). 19.how many test cases will you write for 1 day? 20.what is the bugbase do you use in your comp.?

3 Answers   BeBo Technologies,


How many Test-Cases can be written for the calculator having 0-9 buttons,Add,Equalto buttons.The testcases should be focussed only on add-functionality but mot GUI.What are those test-cases?

4 Answers   Mphasis,


Manual Testing: 1.How do we categorize Test cases in Regression Testing? 2.How can u do Performance tESTING? 3.What r the parameters u apply for doing functional testing? 4.what is non-functional testing? 5.if they r more number of test cases how can u pick up a selective test case? 6.what is good requirement& bad requirement? 7.what is functionality testing? 8.how to manage test cases when requirements change? 9.at what phase of project testing starts? 10.diff between test bed n test environment? 11.what did u achieve being a tester? 12.what is pare to analysis? 13.what is testcondition? who prepares it n when it is used? 14.what is show stopper? 15.what is backend testing using sql? 16.diff bet application testing n product testing? 17.what is cause effect graph? 18.how performance testing done manually? 19.what is proto type testing? 20.pre UAT and UAT testing? 21. what is broken link in web testing n how to test it? 22.what is cyclomatic complexity explain with example? 23.what is buddy testing?

2 Answers  


What are the various black box and white box testing techniques?

7 Answers  


Categories