Testing Basics

What is the difference between smoke and sanity testcase?

Questions by subburaj28

Showing Answers 1 - 15 of 15 Answers

Smoke testing-it is a bulid verification test.
only the essential functionalities will be checked.

Sanity testing-only sanity of code will be checked.
Particular code will be checked before it actually combined to existing system.

  Was this answer useful?  Yes

Shankar

  • Feb 11th, 2013
 

Smoke testing is a shallow and wide approach whereby all areas of the application without getting into too deep, is tested.

A sanity test is a narrow regression test that focuses on one or a few areas of functionality. Sanity testing is usually narrow and deep.

  Was this answer useful?  Yes

Nagarjuna

  • Aug 31st, 2014
 

Smoke testing is a black box testing technique and it test after immediate the build release.

Smoke test touches all the areas of the application functionality with out going into deep.

Smoke test reveals that any simple failure in the application and application is ready for further testing.

  Was this answer useful?  Yes

bhargavi varala

  • Nov 3rd, 2017
 

Smoke testing is about checking whether the application is eligible for further testing or not.

Sanity testing is about checking whether the developer has covered major functionality or not.

  Was this answer useful?  Yes

Kavita

  • Sep 30th, 2022
 

Smoke Testing :
1. When we get the build we go with the smoke testing to check that the build is ready for the test.
2. It is wide and shallow testing.
3. we check the basic and critical modules of the application.
Sanity Testing:
1. When the bug is fixed by the developer we go with sanity testing.
2. re-testing , bug fixes and the impacted area is called sanity testing.
3. it is deep and narrow testing.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions