Manual Testing Tutorials | Regression Testing Vs Retesting

Опубликовано: 11 Октябрь 2024
на канале: ViaDigitally
110
1

#RegressionVsRetesting:

#RegressionTesting: (Repeat)
--If any new code added/updated (for new requirement or for defect fix), this
change can impact/side effect the components which are re;ated to this new code.
---To check whether components are side effected or not will do regression.

#Retesting: (Recheck)
---Whenever Dev gives code fix for a failed test case, QA team has to recheck
whether the code fix is workign fine or not?

#Retesting vs #Regression
1) Definiton of Retesting 1) Definiton of Regression
2) It starts before Regression 2) It starts after Retesting.
3) It contains failed test case 3) It contains already passed TCs.
4) Only one Failed test case 4) Multiple passed TCs.
5) Manual Testing 5) Automation testing is preferred.