Examples of Sanity testing
Examples of sanity testing: Web Application : In the case of a web application, sanity testing can involve testing the specific modules or functionalities that have been added or modified. For example, if a new payment gateway has been integrated into the application, sanity testing will focus on verifying whether the payment gateway is working correctly, the payment data is being stored securely, and the transaction is being processed without any errors. Mobile Application : In the case of a mobile application, sanity testing can involve testing the new features or modifications that have been made to the application. For example, if a new feature for push notifications has been added to the application, sanity testing will focus on verifying whether the notifications are being sent correctly, the notifications are being received on time, and the user can disable the notifications if required. API : In the case of an API, sanity testing can involve testing the new endpoints or modific...