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 |
What templates used to design the test cases?
What is the difference between internal reviews and peer reviews?
How to write test condition for testing a URL??
When is Ad-hoc Testing done in a project?
How do you satisfied ur client, P.M and T.L? (In P.M)
Difference between Test scenario and test cases?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
The applications are invited from the students between 18 and 23 years old. The age relaxation for reserved category students is 5years.so what are the test cases posible to write
What is Test Policy
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
What is Independant Testing? When and where this type of testing will be performed?