App & Browser Testing Made Easy

Give your users a seamless experience by testing on 3000+ real devices and browsers. Don't compromise with emulators and simulators

Home Guide What is Sanity Testing with examples

What is Sanity Testing with examples

By Sandra Felice, Community Contributor -

In today’s era, for a Business to run successfully, there is a need to develop software that delivers a good end-user experience. Therefore, before the software is released in the market, it needs to be tested efficiently. While there are numerous phases to creating great software, testing is still the most important step before it is released.  Software Development Lifecycle (SDLC) consists of a number of testing types, each testing type having a different purpose.

These testing types are broadly classified into two: Functional testing and Non-functional testing

Functional testing involves unit testing, integration testing, system testing, smoke testing, sanity testing, etc. This article covers Sanity testing, which revolves around a software’s build. Sanity Testing helps the testing team to overcome the functional complexities in a program at the early stages of SDLC.

What is Sanity Testing?

Sanity Testing or Surface Level testing is a type of testing which is performed on the stable build of the software. It is a quick and basic test (or set of tests) to ensure that the code changes made are working properly without any bugs. It is a subset of Regression testing and is usually executed after the software product has passed the Smoke test.

Features of Sanity Testing

Some features of Sanity testing include,

  1. Simple: Easily designed and performed.
  2. Unscripted: It is not scripted most of the time.
  3. Undocumented: Usually, it is not documented.
  4. Deep testing: Limited functionalities are covered deeply.
  5. Subset of Regression testing: Focusses on a smaller section of the application/software at a time.
  6. Performed by testers: Testers are the ones who do the Sanity testing.
  7. Comprehensive: Covers the basic assessment of how software behaves.

Objectives of Sanity Testing

The main objectives of Sanity testing are:

  • Defining the planned features works as expected.
  • Saving time, complexity, and costs in case the sanity test fails for a build.
  • Ensuring that the new updates don’t change the software’s existing functionalities.
  • Validating the accuracy of the newly added components and features.

What is the process of Sanity Testing?

The Sanity testing process has the following steps:

  • Identification

In this step, newly added features and components are detected. Also, the modification presented in the code is detected while bug fixing.

  • Evaluation

These newly implemented components and attributes are analyzed and modified to check whether they work as intended as per the given requirements.

  • Testing

A smaller section of the newly linked components is tested deeply. The test will fail if these newly introduced components do not fulfill their requirements. If it meets the need, the Sanity test is passed. Next, System testing is performed thoroughly to ensure that these functionalities do not interfere with the previously installed system and application components.

Sanity Testing processWhen should Sanity Testing be conducted?

Sanity Test should be performed in the following cases:

  1. If there is a minor change in the code.
  2. When the build is received after a number of regressions.
  3. After bug fixes.
  4. Before production deployment.

Let’s understand Sanity Testing through an example

Consider you developing an online Food ordering app, and you want to offer a 10% discount on New Year (1st January) for your members having an elite membership.

Sanity testing will verify the following:

  • Elite members get the discount on the 1st January.
  • Members, who add the elite membership to their food orders on the 1st, also get the discount.
  • Non-elite members do not get the discount on the 1st January .
  • No member receives that rebate before and after the 1st January.
  • Other discount coupons can not be clubbed together with this 10% discount.
  • Elite members, who opt for other deals, do not get the New Year deduction.

Sanity testing does not verify other areas of the app, like delivery tracking or restaurant reviews. That is done by Smoke testing and Regression testing, which happen before and after Sanity testing. 

If Sanity testing fails, the app is sent back to the developer for troubleshooting. However, if it succeeds, the app is sent for thorough System testing.

Benefits of Sanity Testing

Some of the benefits of Sanity Testing are:

  • It helps in the rapid detection of problems in a Software’s core functionality.
  • It may be completed in less time due to no documentation.
  • If software issues are discovered during sanity testing, it is rejected, which saves time and effort for regression testing.
  • It is expensive compared to other testing types.
  • It helps to identify missing objects that are dependent.
  • It is used to verify a small functionality of the app, whether it works as expected or not.
  • It helps in focussing on validating the app’s functioning rather than thorough testing.
  • It is fruitful in scenarios where the testing time is limited.

Disadvantages of Sanity Testing

Some of the limitations of Sanity Testing are:

  • It covers only a few functionalities of the application. Issues in the unchecked functionalities can’t be recovered.
  • It only focuses on the functions of the software.
  • Since it is usually unscripted, future references are not available.
  • It doesn’t cover the design structure level, and hence, it will be difficult for the development team to identify and fix the issues.

Test on Real Devices for Accurate Results

Sanity testing focuses on determining whether more testing is necessary for a software application. It is crucial because it saves a lot of time and effort when any issue in the system is discovered. Sanity tests also give a quick update on the progress of the release so that the next set of actions can be planned accordingly.

However, it is important to test on real devices and browsers, taking real user conditions into account for more accurate test results. This will help in identifying how the app function in real-world conditions, especially in finding bugs. BrowserStack Live helps in performing a quick Sanity test for web apps on 3000+ real device-browser combinations. While BrowserStack App Live allows you to perform Sanity testing on mobile apps across real devices on iOS and Android platforms.

Try BrowserStack for Free!

Tags
Types of Testing

Featured Articles

Testing in Production: A Detailed Guide

What is End To End Testing?

Curated for all your Testing Needs

Actionable Insights, Tips, & Tutorials delivered in your Inbox
By subscribing , you agree to our Privacy Policy.
thank you illustration

Thank you for Subscribing!

Expect a curated list of guides shortly.