differences between regression and progression testing
Answers
Answered by
2
Here is your answer...
Progression testing is a combination of functionality, regression and user acceptance testing. So, here comes the doubt what is regression testing.Regression testing is testing the modified build that has existing features plus newly added features.
HOPE THIS HELPS YOU.
PLEASE MARK ME AS BRAINLIST
Progression testing is a combination of functionality, regression and user acceptance testing. So, here comes the doubt what is regression testing.Regression testing is testing the modified build that has existing features plus newly added features.
HOPE THIS HELPS YOU.
PLEASE MARK ME AS BRAINLIST
Answered by
4
Answer with explanation:
Regression testing is a kind of software testing which assures that the current functions of the application are not broken or if required then it fix the issues.
On the other hand , Progression testing works on providing new functionality to a application and prove that it works according to the requirements. It is also known as incremental testing.
Similar questions