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 modifications made to the existing endpoints. For example, if a new endpoint has been added to the API, sanity testing will focus on verifying whether the endpoint is working correctly, the data is being returned in the expected format, and the endpoint is handling errors gracefully.

Operating System: In the case of an operating system, sanity testing can involve testing the new features or modifications made to the OS. For example, if a new security feature has been added to the OS, sanity testing will focus on verifying whether the feature is working correctly, the data is being stored securely, and the feature is not causing any performance issues.

Database: In the case of a database, sanity testing can involve testing the new tables or modifications made to the existing tables. For example, if a new table has been added to the database, sanity testing will focus on verifying whether the table is being created correctly, the data is being stored in the table correctly, and the table is not causing any performance issues.

These are just a few examples of sanity testing, and the specific tests may vary depending on the application or system being tested. The key is to test the specific modules or functionalities that have been added or modified to ensure that they are working as intended and do not adversely impact the existing functionalities. 

Comments

Popular posts from this blog

What is Smoke testing

java.lang.NoClassDefFoundError: groovy/lang/GroovyObject (issue for Rest Assured project in Eclipse)