What is the difference between smoke an sanity testing with
example ?
Answers were Sorted based on User's Feedback
Answer / balu kalkur
Sanity Testing
Narrow and deep testing. Unscripted
Take some very very important features and do deep testing
It is manually done
Smoke Testing
Scripted. Shallow and wide testing
Take all important features and do high-level testing
Build comes – write automation scripts and run the script. Thus test done automatically.
| Is This Answer Correct ? | 16 Yes | 2 No |
Smoke Testing - testing the major functionality of the application by the development team before deploy the application into testing environment is called smoke testing.
Sanity Testing- testing the major functionality of the application is called sanity testing.once the application has developed and deploy into testing environment, We can performing the sanity testing, because if the major functionality is working properly, then only we can continue further testing in the application.
Definition wise only we have difference between sanity and smoke testing but practically both are same because only testing team performing the major functionality of the application in testing environment. That why some tester in some project called as sanity testing and some tester in some project called as smoke testing.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / vinoth
Smoke Testing : we testing major functionality is working or not. Its subset of regression testing. Ex: General Health Check up of our body.
Sanity testing: after the build release we test specifically particular piece of s/w. It subset of Acceptance testing. Ex: Special check for particular parts in our body.
| Is This Answer Correct ? | 8 Yes | 8 No |
Answer / rajesh
smoke test is done manually where as sanity testing is tested in tool using vb script
| Is This Answer Correct ? | 1 Yes | 2 No |
Smoke testing done by both tester and developer
Sanity done by only tester
Smoke testing can be automated
sanity testing can't be automated
smoke testing-to verify basic or critical existing functionality of an application before start rigorous testing
Sanity testing-To verify newly added/updated functionality
or bug fixes
IN technical terms
smoke testing excercises the entire system end to end
sanity testing excercises only a particular component of the entire system
IN general terms
Smoke is shallow and wide approach like general health
checkup
Sanity is narrow and deep approach testing like
specialized health checkup
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / manya
Smoke Testing is testing the system with respect to
main/basic functionality as soon as the application is
available for testing so as to avoid any time loss later
during thorough testing of each functionality
Sanity Testing is testing the changed or new functional
fuctionality just in order to check that at least the
change exists in the system
| Is This Answer Correct ? | 2 Yes | 9 No |
Answer / sonu
smoke testing is to the the software functionality at the developers side and developers formally testing and post in to repository after testers proceed..
sanity testing. here tester will start the testing process based on functionality..
| Is This Answer Correct ? | 1 Yes | 9 No |
Why does Software have bugs? urgent pls .....
hi i want manual testing interview question(3+exp)please tell me
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What is the difference between bug,error,defect.
What is penetration matrix and how it is used in software testing?
Give an example of high severity and high priority bugs?
what is the difference between client-server application and web based application?
Guys, can any one of u give the realtime example for Functional Test
14.What is function point breakdown?
Suppose u have a ICICI Home Page & there is a option link "Bill Payments" so once u click this link then new child window will be open where u have a 1. "amount(Text box)" 2.Auto Debit monthly (check box) & 3. "OK" & "Cancel" Button. Please write the test cases for this Integration Test cases also.
which approach u r following while integrating the modules(top down or bottom up) explain process
can u merge 10GUI map files into a single GUI map file in winrunner?