Smoke testing is a software testing process that validates that the deployed software build is stable or not. This testing method is designed to test the core functionality of a new build and if the smoke test fails then it is very likely the build is immediately rejected by the QA team.
Regression testing ensures that previous functionality of the application works effectively and new changes have not introduced new bugs. Regression tests should be employed whether there is a small localized change to the software or a larger change. https://www.testingxperts.com/blog/regression-testing-best-practices
Comments
Post a Comment