Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


exact difference between smoke testing, sanity testing and
unit testing

Answers were Sorted based on User's Feedback



exact difference between smoke testing, sanity testing and unit testing..

Answer / radhika jadhav

SMOKE TESTING:
* Smoke testing originated in the hardware testing
practice of turning on a new piece of hardware for the first
time and considering it a success if it does not catch fire
and smoke. In software industry, smoke testing is a shallow
and wide approach whereby all areas of the application
without getting into too deep, is tested.
* A smoke test is scripted, either using a written set
of tests or an automated test
* A Smoke test is designed to touch every part of the
application in a cursory way. It’s shallow and wide.
* Smoke testing is conducted to ensure whether the most
crucial functions of a program are working, but not
bothering with finer details. (Such as build verification).
* Smoke testing is normal health check up to a build of
an application before taking it to testing in depth.

SANITY TESTING:
* 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.
* A sanity test is usually unscripted.
* A Sanity test is used to determine a small section of
the application is still working after a minor change.
* Sanity testing is a cursory testing, it is performed
whenever a cursory testing is sufficient to prove the
application is functioning according to specifications. This
level of testing is a subset of regression testing.
* Sanity .testing is to verify whether requirements are
met or not, checking all features breadth-first.

Unit Testing:Testing performed on single,standalone module
or unit of code to ensure correctness of particular
module.Focuses on implementation logic,so the idea is to
write test cases for every method in the module.The goal of
unit testing is to isolate each part of the program and show
the individual parts are correct.This type of testing is
mostly done by developers.

Is This Answer Correct ?    0 Yes 0 No

exact difference between smoke testing, sanity testing and unit testing..

Answer / guest

Unit testing:-unit testing done by developer in dev
environment.In unit testing each line,statements,conditions
statements,loops and flow of the program is tested by developer.

smoke testing:-dis also done by developer in dev
environment.after system testing, developer will create
build and check whether it could be able to deploy and
stable or not.if it can't be deploy it will not be given to
testing purpose.
sanity testing:-dis is done by tester in test env.here after
build is given by developer the first thing is done by
tester is sanity testing.In this tester verify the basic and
imp functionalities without going into the deep testing.if
any show stopper defect are found it will be suspend and
given to the developer

show stopper defects are like inbox not able to open,mail
not able to send etc

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Explain spiral model?

3 Answers   AXA,


What is broken link? how to test in a web application.

2 Answers   Innovizia Technologies, IT Works,


what is agile model and spiral maodel?pls explain with an example?

0 Answers   Quintiles,


How do you go about testing a project?

0 Answers  


user A done some changes for a portion of test case doc. And user B also done some changes to same portion. If user-A checks in his file first then user-B. Then what is the state of that file?

2 Answers   AZTEC, TCS,


When should testing start in a project? Why?

7 Answers  


What is User Acceptance testing and when u'll do this and who will do this testing. If u got any bug while doing UAT what would be the status of Severity and Priority?

6 Answers   Wipro,


write the test cases that you have scheduled an interview and you came for the same and you are about to take the interview.

1 Answers   TCS,


Hierarchy of Regression Testing?

4 Answers   winfoware,


what is test case effective ness ?

2 Answers  


What is meant by system testing?

6 Answers  


why Test plan is needed??

5 Answers   Oracle,


Categories