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
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 |
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 |
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 |
Hi frnds, can any one tel me how we can test an MODULE by using SRS documents ? reply me plzzzz
What is the need of smoke test even when unit test is done by developers?
What is bug life cycle?Explane with example
what r the different types of testing environments?
If there is an open bug in SIT then would u proceed with UAT?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
What makes a good QA or Test Manager?
hi frnds! can any one help me by answering the below questions. 1.what is client server testing ? 2.what is web-based testing and what exactly tested in this ? 3.and exact difference between these two type of testing methods i can be reached on shrinivaster@gmail.com if any help needed from my side. thanks shri
If I have written the test cases for Login window . If one new field is added to login window then steps of test case changed in the next build. my question is that should I make change in the steps of previous test case or write another test case with new steps?
What are the two ways to create test scripts?
Hi, I want to apply jobs on manual testing with 6 months experience can any body sent a cv.
difference b/w test case doc & use case doc?