Author Topic: Difference between Smoke and sanity Testing?  (Read 1475 times)

Offline Kiranpr

  • Jr. Member
  • **
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Difference between Smoke and sanity Testing?
« on: December 27, 2010, 11:41:11 PM »
Could anyone help me on, what exactly the difference between Smoke and sanity Testing?

Thanks
Kiran Prasad R
Engineer QA
« Last Edit: December 27, 2010, 11:52:08 PM by Kiranpr »

Offline netrapalg

  • Jr. Member
  • **
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Difference between Smoke and sanity Testing?
« Reply #1 on: January 07, 2011, 02:57:48 AM »
SMOKE Testing- When testing team receives the build from the Development team first time, testing team executes the selected test cases which covers the major functionality of the application. if all the major functionality is working fine than testing team accept the builds for further testing.

Smoke testing is scripted.

Sanity Testing- When testing receives the build with minor changes, testing team checks the particular functionality. its working or not. it has not the selected test cases.

Sanity testing is unscripted.

advertisement

Offline Anitha Kaasam

  • Full Member
  • ***
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: Difference between Smoke and sanity Testing?
« Reply #2 on: March 11, 2011, 03:12:06 AM »
Smoke testing is the First level testing for any application and we test only required fields of the application

In the sanity testing we test all the fields.

Ex: For log in form

In the smoke testing we test only User name password and submit button
in the sanity testing we also test Remember me fields also

Offline Radha

  • Jr. Member
  • **
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Difference between Smoke and sanity Testing?
« Reply #3 on: June 28, 2011, 05:00:08 AM »
smoke testing:once we got the build from developers will conduct the rough test whether it is eligible for detailed testing or not
sanity testing:once system testing is done application is ok for UAT testing or not

michealsmith

  • Guest
Re: Difference between Smoke and sanity Testing?
« Reply #4 on: March 21, 2012, 12:47:10 AM »
Smoke testing is verified whether the build is testable or not. And sanity testing is one time testing process.

Offline Vijay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 100
  • Karma: +1/-0
    • View Profile
    • Software Testing Help
Re: Difference between Smoke and sanity Testing?
« Reply #5 on: March 23, 2012, 12:35:22 PM »
here is my post to explain difference between smoke and sanity testing
http://www.softwaretestinghelp.com/smoke-testing-and-sanity-testing-difference/
Passion for Testing, Passion for Quality!
http://softwaretestinghelp.com

Offline dheerajs

  • Full Member
  • ***
  • Posts: 33
  • Karma: +1/-0
    • View Profile
Re: Difference between Smoke and sanity Testing?
« Reply #6 on: March 25, 2012, 10:43:29 PM »
Hi Kiran

Smoke testing: It is done to test the whole application  but not in depth just like health check up.It's purpose is to check all major parts of application is working fine or not so that we can go for detailed testing of some of those parts.
It is done to gain confidence in whole system.

Sanity testing: It is done to test  the functionality of some part of an application in details. There are no script or set of rules for doing this.