What is difference between Smoke&Sanitary Testing?
Answer Posted / nitin verma hcl
Hi,
Smoke Testing:- 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.
Smoke testing can be done for testing the stability of any
interim build. Smoke testing is done by developers before
the build is released or by testers before accepting a build
for further testing.
Sanity testing:- Once a new build is obtained with minor
revisions, instead of doing a through regression, a 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 application.
Plz correct me if i m wrong..
Regards..
nitin9360@gmail.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Being an Manual tester, what will be the role or activity in test plan ?
How do you determine user soad for a perf test of a Web application?
explain fish model in detail?
Am putting E-commerce project in my resume can any one please tell me about E-commerce application explaination..
Can you explain an application boundary?
Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven
How would u test and automate an Antivirus application ?
What is severity and priority of bug? Give some example.
how agile testing is performed and what are the related documents.
What is test closure?
Can Anbody please send me Daily Work status format in which I can save my daily work activity
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
How do you define a testing policy?
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain