What is the difference between Regression Testing and
Re-testing?
Regression Testing: We can conduct the test on a modified
build to ensure the bug fix work and occurence of side effects in that
build.
Retesting: We can do the test on a build to ensure the correctness of
the modified functionality.
No comments:
Post a Comment