what is difference between regression and retesting?
urgent
Answers were Sorted based on User's Feedback
Answer / radhika
Regression-testing:
It is a process of testing the application to check that
existing functionality is not effective by the bug fixes
Re-Testing:
it is the process of testing that rechecking the bug fixed
or not
the diff. b/w retesting and regression testing is:
re-test execution on modified build previously failed test
is a re-testing
re-test execution on modified build previously passed test
w.r.to functionalities.is aregression test.
if retest pass then only we conduct regression test
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / psrisusee
Regression Testing
Re-execute test on modified build to ensure that bug fix
work and there is no side effect.
Re-testing :
Re-exectuion of a test on same application build with
multiple test data.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ganesh
Regression and retesting are done on the current build but
for different reasons.
Regression: This is to ensure that due to the newly
introduced functionalities, the existing functionality is
not affected.
Retest: This is to ensure that the defect raised has been
fixed properly. Defect may be raised against the newly
introduced functionality or the existing functionality but
the aim is to ensure that the raised defect has been fixed
successfully.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raj
Regression Testing: Whenever new code is added to the
existing software, testing whether the new code has any
impact on the existing functionalities.
Re testing: After raising the defect, developer fix the bug
testing which is carried out to verify whehther that bug is
fixed or not is called re testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Regression testing: is the practice of running an old test
suite after each change to the system or after each bug fix
to ensure that no new bug has been introduced due to the
change or bug fix. To check the ill effect of the software
to run test cases again on the modified viersion of the
software.
Retesting: if there would be any error at any point in the
S/W and to check that particular point of error has been
solved or not or it is workng properly or not is known as
retesting.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ratnakar eda (mach & ness)
Regression testing:
Regression testing is done to ensure
whether the changes made to the application for Fixing a
Particular "Bug" has not effected the other related
Functionalities.
Re Testing:
Testing the same Application with same
data,with in the same enviroment
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varshab
Retesting is performed after defect fixing to ensure defect
is indeed fixed.
Regression testing is performed after any changes has been
done to software or environment.It is carried out to make
sure changes made have not affected system adversly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nuthan kumar v
Regression : Testing is conducting on modified build to
ensure that the modifications are done or not.
Retesting : Testing is conducting on the build with
multiple set of inputs.
Nuthan Kumar V
Testing Engineer.,
| Is This Answer Correct ? | 3 Yes | 6 No |
What is system testing? What is defect leakage? What is penetration testing? What is regression testing?
What is negative testing.
I had faced in one of the interview that " you have found the bug and assigned to the corresponding developer, but the developer did not accept your bug. what will you do at this situation. can any one help me with clear answer ? I answered like, I will show the SRS,GUI document and show the image of the bug where i got. and again they asked me , still they did not accpet your bug. what you will do ? Answer me....
Hi...What is Test design and Test data management in Test plan Document?
Question on desktop Application: In my machine MS Word is working fine and in other machine it is not even launching. Note: OS, platform, build and environment is same
How will you Test a Website manually?? Tell me any 5 different ways to Test a Website.
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
Is there any difference between Web Application and Client - Server application? If yes pls explain it.
what is the difference between TEST PLAN,TEST STRATEGY,TEST SCENARIO,TEST SUMMARY
Can any one explain the difference between test scenario and test case.
One very small question, If application/ website performing all the function perfectly like submission, deletion, editing etc, why do we require Data base testing saparately. Please understand before reply thanks !!
Is integration testing is a validation testing ?