testautomation.in

What is Sanity Testing ? With example

What is Sanity Testing

What is Sanity Testing

Lets learn what sanity testing is. The meaning of the word Sanity is the state of being healthy. That means checking whether a particular thing is healthy in a given condition.

It is a quick and narrow test, not a detailed full test.

Simple Definition

It is a type of software testing done to check whether a specific functionality or bug fix is working correctly after small changes in the application.


Example

Suppose developers fixed the Mailbox login button issue.

As a tester, you will:

You mainly focus on:

You do NOT test the entire application.

 


Characteristics of Sanity Testing


When is Sanity Testing Performed?


Difference Between Sanity and Smoke Testing

Smoke Testing Sanity Testing
Checks the basic functionality of the whole application Checks specific functionality
Broad and shallow Narrow and deep
Done on every new build Done after minor changes/bug fixes
Ensures the build is stable Ensures bug fix/change works correctly

 


Important Point to Remember

 

Learn Manual Testing tutorial

Exit mobile version