anyone can explain about Sanity testing and smoke testing
and who will involved on sanity and smoke testing

Answers were Sorted based on User's Feedback



anyone can explain about Sanity testing and smoke testing and who will involved on sanity and smok..

Answer / hima bindu

when a new build is received from developers we do check
for some basic functionality in the application(Ex :
Navigating to all the tabs/links in the application).This
is called smoke testing

It can be other way also when the final build is frozen and
ready to be shipped into market some smoke testing is
performed.

Sanity testing : Checking for the functionality of the
module/application,whether it is working as expected is
sanity testing.

Is This Answer Correct ?    1 Yes 1 No

anyone can explain about Sanity testing and smoke testing and who will involved on sanity and smok..

Answer / rkcr

Smoke testing is done by developers before the build is
released or the testing done by testers before accepting
the build.

Sanity testing provides whether it is reasonable to proceed
with further testing

Is This Answer Correct ?    0 Yes 0 No

anyone can explain about Sanity testing and smoke testing and who will involved on sanity and smok..

Answer / prashant singh

Sanity testing or Build verification test(BVT):- Whenever
we receive abuild from development team the basic features
of the application is tested to verify the stability of the
appication for further testing.

SMoke testing:- It is Similar like sanity test, this test
is conducted to verify, are there any issues in Software,
before releasing to the Test Team.

Sanity testing is done by Test engineer.

Smoke testing is done by Developer or White box engineers.

Is This Answer Correct ?    2 Yes 3 No

anyone can explain about Sanity testing and smoke testing and who will involved on sanity and smok..

Answer / pp

I think Prashant is right except for the fact that Sanity
Testing is done before the product is to be launched to
check whether after bug fixing the application is working
fine.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Who will prepare test plan and test case? Explain in detail? Advance thanks for your answer?

3 Answers   HP, QA,


how do u connect data base in td?

1 Answers  


what are the critical bug occurs in banking domain?

1 Answers   Crea,


Hey guys, Developers compile the code they write. That is a kind of testing!! Which category it belongs to in Testing. Static testing or Dynamic testing. Please clarify

13 Answers   IBM,


diff b/w smoke testng and sanity,which coms fist functional or sanity

2 Answers   Hewitt,






For Web Applications what type of tests r u going to do .. tell me the Importent ones..

9 Answers   Infeneon Technologies,


What's the difference between Load and Stress testing ?

4 Answers   CTS,


when you open a stand alone application then the application is displayed on the screen.what type of testing is this?

1 Answers  


say me 5 advantage of manaul over automation?

9 Answers  


what we have to do if the application has some additional functionality which is not specified as part of functional spec.(but is useful.. may b futher) Do we consider it as a defect?

5 Answers   Deloitte,


Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;

1 Answers   Capital IQ,


What are the various techniques in white box testing?

0 Answers  


Categories