Tell me the situation where sanity test cases should pass
and smoke test cases fail...?

Answers were Sorted based on User's Feedback



Tell me the situation where sanity test cases should pass and smoke test cases fail...?..

Answer / prabhu

First clear with sanity and smoke.

Smoke testing:
its also called as build verification test. As
soon as we get the build we are testing whether the build
is in testable condition or not.

Sanity testing:
Its testing the major functionalities in the
application. You ll go for sanity if u dont find enough
time to do full regression test.

so there is no chance for sanity to pass, if smoke fails.

Is This Answer Correct ?    13 Yes 1 No

Tell me the situation where sanity test cases should pass and smoke test cases fail...?..

Answer / ranjith nair

Sanity testing->Testing the application for the first
time.Or it is called an adhoc testing.Not in a position to
test the application in details.
Smoke testing-Testing only the major functionalities of the
application.Smoke testing is done when ever a new build is
happening.Or it is an example of regression test.Usually we
can use automation testing tools for performing smoke
testing.

Situation-->A new build has been released(New version).The
new changes implemented by the development team has been
tested and is working fine(Sanity testing).But due to the
new changes,Some existiong functionalities is getting failed
(Smoke testing).

Is This Answer Correct ?    4 Yes 3 No

Tell me the situation where sanity test cases should pass and smoke test cases fail...?..

Answer / jay

sanity test checks the existence of functionality where as
smoke test checks whether functionality is working or not ..

since smoke test checks the functionalities work so the
test cases which passed during sanity test will sometime
fails.

jay,
IBM

Is This Answer Correct ?    1 Yes 3 No

Tell me the situation where sanity test cases should pass and smoke test cases fail...?..

Answer / vish

in smoke testing we check all the critical functionalities
such as all p0(high)
where as in sanity we check both critical and major
functionalities. p0 and p1.
smoke is also called as bvt and sanity is a part of system
test which will be done before the acceptence test.

Is This Answer Correct ?    2 Yes 4 No

Tell me the situation where sanity test cases should pass and smoke test cases fail...?..

Answer / umasubbu4u

We do sanity or smoke test when we receive the build for
the first time. Before accepting the build we test the
basic functionality of the build. This process is called
either sanity of smoke. Both are alomost similar.

Is This Answer Correct ?    4 Yes 7 No

Tell me the situation where sanity test cases should pass and smoke test cases fail...?..

Answer / megha

both are same as per my knowledge

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More Manual Testing Interview Questions

what is traceability matrix and its usefulness

1 Answers  


when do u stop testing?

7 Answers  


Write test cases for checking date field?

1 Answers   Wipro,


How to test a website?

3 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?

5 Answers   Wipro,






What are the stages of the Bug?? What is the exact life cycle of the bug??

3 Answers   WinSoft,


what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u

0 Answers   Wipro,


What is test case of dustbin ?

5 Answers   Campus Interview, eXtensible IT Solutions, Hewitt, TCS,


Hi, could you please send me the ISTQB Material to my mail id vsmpatil@gmail.com.

2 Answers  


There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?

2 Answers   Crea,


in SDLC,at what phase life cycle stops?and what are the input and output of each phase?

5 Answers   Tanla Solutions,


what will you do in review meetings?

2 Answers  


Categories