difference between smoke and sanity testing?
help me with the clear answer...
Answers were Sorted based on User's Feedback
Answer / shilpa
Smoke Testing: To check whether the build is proper or not before releasing the build is called Smoke Testing.
Sanity Testing: After releasing the build Test Engg will check whether the build is proper or not is called Sanity Testing.
Usually We check the following:
1. Whether the build can be properly installed into the environment or not .
2.Whether one can navigate to all the areas of the application or not.
3.Whether all the important features are available or not.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / guntip
Smoke Testing: Testing with out executing the Test cases.
we need to test whole application once release done.
Sanity testing : is the processes of checking the basic functionality of the application.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / apoorv khare
Smoke Testing- its a testing whether we are checking build are working fine or not and when we have got the build we check the all major links and functionality of build. this is also called build verification testing.
Sanity testing- sanity testing is a testing type where we check all major functionalities specification. sanity used some time to insted of regression when we don't have more time to release so we used to interconnected module and used regression to direct connected module at the time of regression.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ayan vishnoi
SOOMKE TESTING-FIRST TIME CHECKS TISTER AND EXPLORER THE
WEBSITE AND SOFTWARE WILL GET ERROR,BUG AND DEFECT IS
CALLED SMOKE TESTIN.
SANITY TESTING- ANALISES THE NEGATVE WAY OF BEFORE STARTING
DESIGN AND DEVELOPMENT OF SOFTWARE PROJECT
| Is This Answer Correct ? | 1 Yes | 8 No |
Answer / karthick407
I answered like , there is no difference between smoke and
sanity testing. sanity is the alternative term of smoke
testing and both are used to validate the basic
functionality of an application to check whether the
application is ready for the further testing. If smoke test
fail, the entire build will be rejected and will wait for
the next build.
| Is This Answer Correct ? | 5 Yes | 19 No |
What is Test Pack in software testing? OR What Test Pack consist of?
what is penetration testing
what is cause effect graph & exp its types?
pleez mail me testcase examples for web application..at mina_ims@yahoo.com
1. Regression& Retesting 2. What is usability testing? 3. Functionality testing 4. On what basis you will write the test cases 5. do you written the test scripts also 6. where do you store the test cases 7. where do you execute the test cases. 8. Do you prepare the requirements.
. Diff. between Application server and web server? 2. Default port number of Tomcat? 3. bug life cycle? 4. what is defered status in defect life cycle? 5. smoke test? 6. Do you use any automation tool for smoke testing?? 7. verification and validation? 8. Testing process in your comp.? 9. Testing methodology? 10.when a bug is found what is the 1st action? 11.what is best bug in your current proj. which you found?? 12.what is test plan and explain its contents? 13.Advantages of automation over mannual testing? 14.explain some SDLC models? 15.ADhoc testing? 16.what is mean by release notes? 17.what are all the contents of release checklist? 18.when a new build comes what is 1st action?(performing smoke test). 19.how many test cases will you write for 1 day? 20.what is the bugbase do you use in your comp.?
you have 200 testcase there is no enough time to excute all the testcase but you have to released that build.what can u do it?
Define Fuzz testing?
What is GreenBox Testing
Have you ever created a test plan?
What types of testing is specifically important for web testing?
what is mutation testing? when it is use in the phase?