difference between sanity testing and smoke testing?
Answer Posted / mfsi_krushnas
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 |
Post New Answer View All Answers
What is Pre UAT and UAT is there any difference ?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
Could someone please send me real check list for Database Security testing.Please my mail ID- patil.ramchandra@yahoo.co.in. Thanks.
Write the test cases for file transfer from one user to other from Google Drive/drop box?
What is mean by incident logging system ?
What are the review documents used for testing?
Discuss what test metrics you feel are important to publish an organization?
What is the most important phase in STLC and Why
Write the test cases for yahoo home page
Hi guys,I have 3+ years of exp in manual testing in a bangalore based MNC company.I Like to jump in chennai.So please if u know any jobs in chennai firms please let me know in my email-id. anbarasu2k@rediffmail.com. cheers, anbarasu.
What types of documentation are used in qa?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
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.
How to explain a banking project in interview ? like project discription is Client Online Banking Application provides access to information relating to Banking Online Services provided by Axis to View daily customer transactions, Current and Previous customer statements, Transfer funds from Chequing and Savings accounts ................ From interview point of view can any one explain this project in laymans language
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....