what is sanity testing and smoke testing?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Smoke Test:
When a build is received, a smoke test is run to ascertain
if the build is stable and it can be considered for further
testing. Smoke testing can be done for testing the
stability of any interim build. Smoke testing can be
executed for platform qualification tests.
Sanity testing:
Once a new build is obtained with minor revisions, instead
of doing a through regression, sanity is performed so as to
ascertain the build has indeed rectified the issues and no
further issue has been introduced by the fixes. Its
generally a subset of regression testing and a group of
test cases are executed that are related with the changes
made to the app.
K<Byeee...
Thanks & Regards
B>Ramyasri.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shwetali
smoke testing : it is used to verify the basic functionality to start further testing(done @ initial level)
sanity testing : it is part of regression testing to verify the basic functionality(done @ end level)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / n@n!
sanity testing:
it is initial stage of testing after build release is
called sanity testing
in sanity tetsing test engineer can test the
installation,connection between front end and back end and
connection of all pages is called sanity testing
smoke testng:
it is the final stage of software testing.after smoke
testing is completed the application is ready for usage.
| Is This Answer Correct ? | 1 Yes | 5 No |
How do menation in requirement no in testcase? CRS document should be change.Add new requirement in between in previous CRS. How do assain no in requirement. How do menation in testcase?
I m having SRS.In Manual Testing,how am I going to decide whether to pass particular test case or not from that SRS??
what is agile testing?
What is the relationship between quality and testing
Role of Software Test Engineer in Software Company
If I am testing Login Window,there are 2 buttons i.e Ok & Cancel.I will go for checking functionality of Cancel button. I want to know that Would it be one of test case?.I have to write it in test case document or not?
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.
what is 4 p's? Exact difference between testing and QA
If we are enterinf different inputs for the same field then tester have to write that much separate test cases with separate ID. E.g. First name field Inputs are - 1. valid name = Shyam, 2. Digits , 3. Blank Space, 4. Empty Name, 5. Enter name after blank space, 6. Special Characters etc. So May I have to write 6 separate test cases with test case id 1,2,3,4,5 & 6.?
exact difference between smoke testing, sanity testing and unit testing
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
is it possible to check the Recording/play back in white box testing?