what is sanity test
Answers were Sorted based on User's Feedback
Answer / simran
Sanity testing is done to check whether the code is working
fine or not when it is deployed to QA but it should not be
confused with smoke testing.
Smoke testing is more planned and has test scenarios
written to test the major functionality of the application.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / jagadish
Sanity Testing is in depth testing of sample functionality of AUT(Application Under Test), where us smoke test is not the in depth testing but the maximum functionality delivered will be tested to accept the build for testing or release for production move.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahalakshmi(srss)
IT IS A TYPE OF TESTING IN WHICH ONE WILL CONDUCT OVERALL
TESTING ON THE RELEASED BUILD IN ORDER TO CONFIRM WHETHER
IT IS PROPER OR NOT FOR CONDUCTING DETAILED TESTING.
WE CHECK THE FOLLOWING:
->THE BUILD CAN BE INSTALLED INTO THE ENVIRONMENT OR NOT.
->ONE CAN NAVIGATE TO ALL THE PAGES OF THE APPLICATON OR
NOT.
->ALL THE IMPORTANT OBJECTS ARE AVALIABLE OR NOT.
->ALL THE REQUIRED CONNECTIONS ARE PROPERLY ESTABLISHED OR
NOT.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandeep ghanekar
sanity testing is nothing but an system testing, in sanity
the testers test the basic functionality of the application
to know weather the application is applicable for further
testing or not.
Smoke testing:- In Smoke testing testers ensure that the
main functional area of the system is working or not.
Ex-Take example of remote of television here the smoke test
is, whether with the On/Off button of remote, user can On
/Off the television.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vijay
Sanity testing is the testing whether the application is
ready to test or not.
Smoke testing: Testing the basic functionality of the
application is called smoke testing.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / padma
sanity testing is a 0 level tesing or intial testing or
smoke testing. It is done to test that whether the build is
stable for further testing or not.
| Is This Answer Correct ? | 3 Yes | 7 No |
Suggest me MCQ book for Software testing
What is the difference between quality assurance and software testing?
how will you define your bug status flow in softsmith qamonitor?
What is the QA process?
How can new software qa processes be introduced in an existing organization?
what is the difference between functional requirements and non functional requirements? Which things will come in bothe categories?
What are verification and validation and difference between these two?
What is QMS,PMS,BMS
What are test driver and test stub and why we need them?
What are the other test cases apart from functional test cases u write. I told sanity and resgression test case.Then He asked what u cover in sanity test cases and give with example...
What are the types of testing can be performed on facebook login page?
What are the various ways of writing test cases?