1.what is sanity and smoke testing and which one performed
first?
Answers were Sorted based on User's Feedback
Answer / hary
i think both are wrong..
Sanity means : After reciving build/ Software check whether
it is ready for major testing
Ex: when we have many tesctcases will check two or three
tcs on sampling basis
Smoke testing is similar to sanity, but when it released to
production, what you u do is called smoke
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / sumit bhatnagar
Smoke Testing: Smoke Testing is done to check the overall
funcationality of the product on the broader way not
getting into depth. Smoke testing is done to check the
build is stable or not for further round of testing
Sanity Testing: Testing is done to check the specific
functionality of the product.Sanity testing is usually
narrow and deep.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / aman kumar
Sanity Testing means the testing which to pass for the next
level of Testing.
For example:
If we are not able to pass the login then we
are not able to test the rest of the Functionality of the
feature in that module.
** The test case fail in sanity testing is on high Priority
and High severity.
Smoke testing means on fly when any module is look upon
every where as to test all functionality.
For Example:
As before examination we revise A to Z of the Book.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / swathi
i think sanity testing means verifying that the build is
ready for testing/not and here we will specify reasons that
why its not ready for testing where as in smoke testing its
an just overview that the build is ready for testing/not we
don't specify reasons.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satyaprasad
i think testing the exta functionalities of the s/w is not
sanity it is sanitory testing
smoke testing or sanity testing is to test the build
where it is testable or not withrespect to below factors to
get a stable build
simplicity
Understandability,Observability, Operatable, Automatability
Maintainability ,controlable, consistancy.
hi this is satya ,any doubts contact:9912418320
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manju
Sanity Testing:-Tester conducts the Sanity test to ensure
the stability of the application build.Tester finds weather
the application build is stable enough for further testing.
Smoke Testing:-It covers the major functionality of the
application without bothering with finer details.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / indu
Removing extra functionality is not sanity testing its
sanitary testing or garbage testing.Sanity testing is some
how similar to smoke testing .In smoke testing they ensure
the flow of the project is perfectly matching with the
customer requirement.And they concentrate on the below factors
Whether the Application under test is
understandable
operatable
observable
consistant
controllable
simple
maintainable
Automable(optional)
Thats y its also called octangle test.
Smoke test is done first.
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / rumana farheen
Sanity Testing: testing the extra functionalities of the
application with respect to customer requirements. It is
also know as Garbage testing or deep testing.
where as
Smoke Testing: testing the overall functionality of the
application without any runtime error. This testing is done
at the initial stage. It is also known as Shallow testing.
Smoke test is performed first.
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / vamsi
sanity testing means .if any extra funcation add in
particular project will check that.it is called sanity
testing.It was tested by test engineers.
Smoke testing means the developers test the build before
realise to the testers.
| Is This Answer Correct ? | 0 Yes | 12 No |
What is the difference between Technical TestCase and functional Testcase.
What is Six Sigma for Testing?
Can you tell me what is boundary value analysis and Equivalence partitioning, and error guessing with examples
What's Click-stream measurement tests
Do we have any certifications for ETL Testing ?
What is the difference between Project Based Testing and Product Based Testing?
18 Answers Pramati Technologies, Satyam,
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it? (eswar)
What is Pre UAT and UAT is there any difference ?
The company is developing a new piece of software. The application allows a computer user to use the print option of any existing application to save the output into an HTML file instead of printing. -Based on the scenario above, which test methods do you use to make certain that the new software will work properly with existing applications?
What is Active and Passive testing ?
I faced following questions in Polaris Interview. 1. Tell me about u r current organization 2. what is Black box testing? 3. what is white box testing? 4. What is Functional Testing? 5. What is difference between Black box & functional ? 6. what is test plan? 7. what is test strategy? 8. what is difference between Test plan & test strategy? 9. What is smoke testing ? 10 what is sanity testing? 11. who will perform smoke testing? 12. Explain about Agile process? 13. How much you know about QTP? ( I mentioned in my resume as Exposure on QTP) 14. Explain about u r current project? 15. What is the Requirement Traceability Matrix? 16. Can u draw the template for Requirement Traceability Matrix? 17. What is Ad-hoc Testing? 18. What is difference between ReTesting and Regression Testing. 19. Can u explain about Bug life cycle? 20. How can u make sure whether all requirements are covered or not? 21. Can u explain biggest complexity in current project? 22. what is difference between bug severity and priority? 23. Which bug tracking tool is u r using? 24. can u give one example for High severity and low priority bug? 25. can u give one example for High priority and low severity bug? 26. What is security Testing?
who prepares the use cases?