Software Quality Assurance Questions
Sanity testing is a technique used in software quality assurance to quickly evaluate whether the software application or system is ready for further testing or not. It is a subset of regression testing and focuses on checking the basic functionality of the software after making minor changes or fixes. The purpose of sanity testing is to ensure that the critical functionalities of the software are working as expected before proceeding with more comprehensive testing. It helps in saving time and effort by identifying major defects early in the testing process.