Diference between sanity & somke testing?
Answers were Sorted based on User's Feedback
Answer / rohit
Sanity Testing:It's generally is a subset of regression
testing.It is in-depth testing of that module for which the
errors have been rectified. If the error is in one function
of the module we will test that function as well as the
whole module.
Smoke Testing: It is done to ascertain if the build is
stable and can be used for further testing.it is done to
find wheter the basic functionality of the program is
stable.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
i think both are same.
sanity testing: After receiving the build, testers has to go
for sanity testing, in order to ensure that build is stable.
Shankar
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sam
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.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rahul
Sanity testing: A tester conduct testing on the received initial build to verify the basic functionalities of our application.It is also known as Build verification testing.
Smoke testing: A tester are validating the negative and positive functionalities of a application.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / swati purohit
smoke testing: consider as a positive testing.In this
testing will do short testing.
Sanity testing : consider as a negative testing .sanity
testing is to verify whether requirement are met or
not ,checking all features breadth- first.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / rajesh.pothina
Sanity Testing:
Initial testing is called as sanity
testing. After completing the test initially we will test
the givem module is that up to the mark or no that is
called sanity testing.
Smoke Testing:
Smoke testing is nothing but before
releasing the project the final testing is done that
testing is called smoke.
Based on the organization this will we wise versa in some
organizations the name will be in opposite but the theme is
the same.
| Is This Answer Correct ? | 2 Yes | 7 No |
What type bugs you will find in integration testing with example?
What is means by Bottle Neck testing ?
Why should you care about objects and object-oriented testing?
What is srs and brs document?
which testing process you followed in your company ???
5 Answers Accenture, HCL, SAPO,
I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.
Would you like to work in a team or alone, why?
1 Answers Advent Global Solutions, TVS,
You have raised a priority 1 bug that needs to be fixed for release tonight, the developer concerned is refusing to fix this, what do you do and why?
Is anybody have the telecom systems test cases from start to end?
give examples of incremental testing?
What is non-functional testing?
hi guys, could u tell me the draw backs of V model, one of my friend told me that in V model regression testing is not avialable and even test plan too, wat do u say? hope i will get answer soon, thanx..............