What is Sanity Testing in Software Testing?
Sanity Testing is a subset of regression testing. It is a form of software testing that quickly checks whether the newly implemented code changes have not adversely affected the existing functionality of the software application. The primary goal of sanity testing is to ensure that the critical functionalities of the software are working as expected after a minor change.