difference between sanity testing and smoke testing?
Answers were Sorted based on User's Feedback
Answer / priyanka agrawal
Smoke Testing: Software Testing done to ensure that whether
the build can be accepted for through software testing or
not. Basically, it is done to check the stability of the
build received for software testing.
Sanity testing: After receiving a build with minor changes
in the code or functionality, a subset of regression test
cases are executed that to check whether it rectified the
software bugs or issues and no other software bug is
introduced by the changes. Sometimes, when multiple cycles
of regression testing are executed, sanity testing of the
software can be done at later cycles after through
regression test cycles.
| Is This Answer Correct ? | 11 Yes | 2 No |
smoke testing
-------------
1.A smoke test is scripted--either using a written set of
tests or an automated test.
2.A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.
sanity testing
--------------
1.A sanity test is usually unscripted.
2.A Sanity test is used to determine a small section of the
application is still working after a minor change.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gangadhar mahabubabad
smoke testing; To test the mandatory functionalities of the new build because the build is eligible for the entire testing or not........
sanity testing ;To test the mandatory functionality and optional functionalities of the appln, because the build is eligible for UAT or not ........
| Is This Answer Correct ? | 1 Yes | 0 No |
1. Sanity Testing or Build Verification testing or Build
acceptance testing.
It is type of testing in which one will conducted overall
testing and the release the build in order to conform
whether the build is proper or not for conducting detil
testing.
To do the same one will check the following.
1.Whether the build can installed in to Environment proper
or not.
2.whether one can navigate to all the pages of the
application or not.
3.whether all the objects are available and properly
arranged or not.
4.whether the required connection are properly established
or not.
Smoke Testing :-
some compines this type of testing also called as smoke
testing but in some compines just before releasing the
build is proper or not that is known as smoke testing and
once the build is release the test Eng. will check whether
the build is proper or not . that is known as build
acceptance testing ,build verification testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / na
smoke testing
-------------
1.A smoke test is scripted--either using a written set of
tests or an automated test.
2.A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.
sanity testing
--------------
1.A sanity test is usually unscripted.
2.A Sanity test is used to determine a small section of the
application is still working after a minor change
| Is This Answer Correct ? | 0 Yes | 0 No |
smoke testing
-------------
1.A smoke test is scripted--either using a written set of
tests or an automated test.
2.A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.
sanity testing
--------------
1.A sanity test is usually unscripted.
2.A Sanity test is used to determine a small section of the
application is still working after a minor change.
| Is This Answer Correct ? | 0 Yes | 1 No |
Once a bug is found how do u report it?wat is the process?
what is meant by defect tracking?
The program prints data on the screen instead of the printer. Referring to the fault above, which load condition errors has occurred?
What is "V-n-V" Model ? Why is it called as "V"& why not "U" ? Also tell at what Stage Testing should be best to stared?
Give me examples for high priority and low severity defects?
what is 4 p's? Exact difference between testing and QA
If we report a bug to the test lead. What is the responsibility of the Test Lead? Why we report a bug to the test lead???
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
What are joins and subjoins in the data bases what is data driven testing what is verification and validation What is Quality Assurance (QA) and Quality Control (QC) Is Verification is related to QA and Validation is related to QC ? which type of model you follow basically in your project what is a use case How to test a Bike how to test a Lift (Elevator). which configuration Management tool do you use which Bug tracking tool do you use explain Bug life cycle what is Regression testing what is ALPHA testing ans BETA testing What types of testings comes under Non functional testing what is TEST DIRECTOR what is CMM and CMM i whar are Expressions in Winrunner What is a Compile module Is it Necessary to open the tool first or the application first after getting a bug what will you do if you add a new object or a new module for the existing application then how will you test the application which Defect tracking tool do you use what is change management What is smoke Testing what is sanity testing A application is given to you but the requirements and functionalities are missing what will you do to start the testing which testing documents will be received by the client
what is black box testing
13 Answers CTS, IBM, Virtusa,
How to write a Scenario and test cases for ATM Machine or Lift Operator/Escalator?
8 Answers Aryavrat Infotech, Microsoft, TCS,
How you will choose test cases for Sanity testing and at which phase of testing you will do this.