Regression Testing |
Re Testing |
Testing the unchanged
functionalities of application to make sure it is not broken because of
changes.
|
Verifying whether the bug is
fixed or not
|
Defect verification is not the part of Regression Testing
|
Defect verification is the part of re-testing
|
Based on the project and
availability of resources, Regression Testing can be carried out parallel
with Re-testing
|
Priority of re-testing is higher
than regression testing, so it is carried out before regression testing
|
You can do automation for regression testing, Manual
Testing could be expensive and time-consuming
|
You cannot automate the test cases for Retesting
|
Regression testing is done for passed test cases
|
Retesting is done only for failed test cases
|
Regression testing checks for
unexpected side-effects
|
Re-testing makes sure that the
original fault has been corrected
|
Test cases for regression testing
can be obtained from the functional specification, user tutorials and
manuals, and defect reports in regards to corrected problems
|
Test cases for retesting cannot be
obtained before start testing.
|
Sunday, March 22, 2020
Regression Testing V/s Retesting
Subscribe to:
Post Comments (Atom)
-
Regression Testing is a type of testing that is done to verify that a code change in the software does not impact the existing function...
-
next → ← prev Advantage of Agile Methodology There are various advantages of using agile methodology over traditional waterfall model ...
-
Difference between Black Box Testing and White Box testing. S.No Black Box Testing White Box Testing ...
No comments:
Post a Comment