What is the main diff. between Retesting and Regression
Testing ?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Retesting: In which one will perform testing on the same
functionality with multiple sets of data in order to come
to a conclusion whether it is working fine or nor.
Re-gression Testing: In which one will perform testing on
the already tested functionality again and again.
Difference:
Retesting will start from first build and continuous upto
the last build.
Regression will start from second build and continuous upto
the last build.
During Regression also Re-testing will be done that is why
it is called as Re-Regression Testing.
K,Byeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rehaman
Retesting is a positive Testing where in we test the s/w for passed test cases
Regression testing is a negative testing where in we test the s/w for failed test cases
Retesting is done to check whether the developer had fixed the defect or not
Regression testing is done to check whether the fixed defect is effecting the the remaining s/w or not
| Is This Answer Correct ? | 0 Yes | 0 No |
how to perform security testing manualy.I given the answer but interviwer not satisfeid from my answer
What is CMM?
hi plz send me top 30 FAQ's & answers on MANUAL TESTING.... regards Sonia
Why we call it as a regression test nor retest?
wat is test management ?what are the components available in test management?
What is pairwise testing?
how can u practice (or) improve ur tetsing skills? they asked me this question in interview. plz answer this question also i dont know how to improve my testing skills? where can i find applcations?
Which are the major bugs u found while testing an aplication?
Explain about Bug life cycle?
what is differnec between the Acceptance test plan and System test plan?
What is Test Metrics? and what are the different types of test metrics?
test templet for GUI UNIT testing?