Detailed explanation of regression testing, why it is used? what are the advantages and disadvantages
All Replies (3)
Regression testing is performed to find out whether the updates or changes had caused new defects in the existing functions. This step would ensure the unification of the software. In a typical software development pipeline, re-testing is performed before regression testing practices
21 Apr 2023 | 06:46 AM
Why is it called regression testing?
The idea is to run this series of tests every time new code is submitted. It's called regression testing because the verb regress means to return to a former state or condition, which in software, isn't considered a good thing.
21 Apr 2023 | 06:46 AM
Add reply
info
Please log in to post a reply.