What is the goal of Sanity Testing?
The goal of Sanity Testing is to verify specific functionality or bug fixes in an application, ensuring that recent changes or additions have not adversely affected the existing functionality of the application.
When is Sanity Testing performed?
Sanity Testing is usually performed after receiving a new build to determine if the build is stable enough for further testing, helping to quickly identify critical issues.
How does Sanity Testing differ from Regression Testing?
Sanity Testing differs from Regression Testing by focusing on specific functionality or bug fixes, while Regression Testing involves verifying that recent code changes have not adversely affected existing functionality.