What is the exact diff between sanity and smoke test and who will do in real time?

Answers were Sorted based on User's Feedback



What is the exact diff between sanity and smoke test and who will do in real time?..

Answer / sahil mahajan

Smoke Testing : In smoke testing we will the major
functionality of the application to ensure that the
application is OK for further testing. It is a wide testing
to cover all the major functionality but not in depth.

Suppose we are checking a login window and we need a user id
and a password to login that window and after entering a
correct user id and password it will show a new information
page otherwise it will show error message by entering a
wrong user id and a password. Here I am pointing out that,
in case of password we need not to check with mix of
numerical and alpha-numerical values to find an error / bug,
we just need to enter a one password value to get error and
a one password to get next page.


Sanity Testing: In sanity testing, it depends upon our
project lead who will inform us to do a sanity testing or a
regression testing because both types of testing performs
if there is any kind of change / modification in a build.
Now I will come to exact point if we will perform sanity
testing then we need to test the modified / change build
only but it will like a deep kind of testing on modified
build. Example if there is any modification in login page
then we will test the login page only not the other pages
which will show after login...

Thanks,

Correct me if I am wrong

Is This Answer Correct ?    2 Yes 0 No

What is the exact diff between sanity and smoke test and who will do in real time?..

Answer / mbalakiran

Smoke Testing: When the build is ready in develop environment to deploy into Testing environment before that To verify the Basic and major functionality of the application is known as smoke testing.
Sanity testing: After that, the build is successfully deployed in test environment, tester will test the application, is this application is testable or not with basic and major functionality of application with collecting some major test cases from test case document and verify the application that is called Test Suit is known as Sanity Testing.

Is This Answer Correct ?    3 Yes 1 No

What is the exact diff between sanity and smoke test and who will do in real time?..

Answer / bhavanid7@gmail.com

sanity testing:-Validating the major functionolities of the
application by the testing team in testing environment
smoke testing:-Validating the major functionolities of the
application by the development team in development environment
In real time both are same.In some projects we are calling
sanity testing& in in some projects we can called smoke testing

Is This Answer Correct ?    5 Yes 12 No

Post New Answer

More Manual Testing Interview Questions

How do you determine user load for a performance test of a Web application?

0 Answers  


Write Test Strategy for Hot mail Login Screen?

2 Answers  


pl. give me the list of top jobs website to register i have 2Yrs. Experience in manual testing

0 Answers  


When do you prepare Requirement Traceability Matrix(RTM) before testing aor after completion of testing?

14 Answers   AppLabs, IEG, Satyam,


IS this a right Product.? Is this Product right.? Which of the above statement stands for Verfication and validation.?

4 Answers   RBS,






write test strategy for hotmail login screen

4 Answers   InfoSoft, QA,


About database testing,plz proide me the link for database testing doucments. Koteswar Rao

0 Answers  


what is a usecase?

5 Answers  


how do u know whether the particular project belong to client server or web -based?

1 Answers  


difference between regression and retesting?

7 Answers  


what is difference between equivalence partition and boundarary value ananlysis?

4 Answers   Mphasis, Syntel,


How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }

0 Answers  


Categories