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 |
What is the Use of Bug Tracking Tools.? what are the common and Importent Fields in any Bug Tracking Tool?
contents of test stratergy?
how you will find that this tool can be used to test this software?
what is the diff between smoke testing & monkey testing?
In asset accounting we are run depreciation in 10% now we are in 6th period . But now our client says that the depreciation percentage is 12% but we have wrongly calculated on 10%. So what are the process we have calculated actual percentage.
what is sanity testing? what we do in sanity testing? give an example...
what is the difference between CMM and CMMI?
4 Answers ABC, Infosys, Virtusa,
I’m in search of a system that can handle the tasks, for instance, of a manager or a tester equally well. Can anyone help me in this?
Explain the benefits of destructive testing.
prepare functional requirements and design test cases for a given business requirement as follows(consider all the implicit requirements): A message portal is given,Login into that, check for any e_mail in inbox-if present reply,if not compose a mail and send it.
Explain what should your qa documents include?
Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?