Difference between Regression testing and Retesting ? Regression testing-: -------------------------------------------------------------------- - This is also type of testing - In this type of testing, we just retest any code or program after adding some new feature or line code to it. - This testing helps us to make sure the new addition to the already working code is not making any problem in the functionality of the code Need of Regression testing-: -------‐--‐------------------------------------------------------- a. Changes in requirement on some demand b. New feature added to the software c. After defect fixing d. After performamce issue fixing Note: If you performed all these fixing by adding something new then you will perform Regression testing. Difference between Regression testing and Retesting-: ------------------------------------------------------------------- - There are minor difference between these two but sometime people us...
Software Quality Assurance