is smoke and sanity testing is same? Please clear this doubt.
Answers were Sorted based on User's Feedback
Answer / bipin
Smoke Test:Smoke Tests should be automated and take less
than 2-3 hours (20 minutes is typical). These tests cases
verify the major functionality a high level. The objective
is to determine if further testing is possible.
Sanity Test:Typically an initial testing effort to determine
if a new software version is performing well enough to
accept it for a major testing effort, For example, if the
new software is crashing systems every 5 minutes, bogging
down systems to a crawl, or destroying databases, the
software may not be in a ‘sane’ enough condition to warrant
further testing in its current state
http://soft-engineering.blogspot.com
| Is This Answer Correct ? | 2 Yes | 0 No |
1.Smoke testing is a wide approach where all areas of the
software application are tested without getting into too
deep. However, a sanity software testing is a narrow
regression testing with a focus on one or a small set of
areas of functionality of the software application.
2.The test cases for smoke testing of the software can be
either manual or automated. However, a sanity test is
generally without test scripts or test cases.
3.Smoke testing of the software application is done to check
whether the build can be accepted for through software
testing. Sanity testing of the software is to ensure whether
the requirements are met or not.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kriti
ya you can say it almost same. but in real there is some difference.
Both smoke & Sanity testing is tested Randomly in the application.
In Smoke testing we will not chk so deeply to a property of an application, such as:in an application there is some menu option as like file, edit, search, help, abt us etc et...in smoke tstng we just chk it overally whethe its opening or nt or its editng proprly or not bt in Sanity testing we will check it deeply.. it means all the option included in file or edit is working properly or nt...
| Is This Answer Correct ? | 3 Yes | 3 No |
i have done B.E. Computer in 2009 i have 1 year exp in academic as a lecturer and then i have done software testing course and 6 months exp in live project now days i am searching a job in testing field in pune. pls sent me a material for testing means which kind of question ask by interviewer and any one know any openning for fresher in pune?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
what is negative testing and positive testing with example?
what is visible state transaction test? give one example
After receiving the bug as fixed , what types of tests we will continue...
Can anyone explain me about, the white box testing and black box testing, in detail?
Difference between verification and validation?
what is v model need clear explanation with advantages and disadvantages?
Can you tell me the difference between functional and non functional testing?
day before yesterday i faced this question in value labs ,,,, 1.what is the exact difference between sanity and smoke testing which will do first and say some sanity test cases..... 2. difference between UI,GUI & Usability testing and can i access the form without testing GUI and how the blind people can identify GUI of the form..... anyone plzzz answer 2 me thanks in advance byeeeeeeeee
what is the entry criteria and exit criteria of integation testing.
Write four steps for writting scenario ?