Diffrent between Smoke and Sanity tesing?
Answers were Sorted based on User's Feedback
Answer / tallurihareesh
SMOKE TESTING:
just before releasing the build the developpers will check
wether the build is proper or not.
SANITY TESTING:
once the build is released the testers will check wether the
build is proper for detaild testing r not.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / aruna tummala
Smoke Testing:Before the build is released.whether the build is proper for detailed testing or not is called as smoke testing.
Sanity Testing:Once the build is released the test engineers will check whether the build is proper for further detailed testing or not is called as sanity testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nilesh
Smoke Testing : To check the basic functionality of the
work product.
Sanity Testing: To check the Stability of the work product.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sundar
SMOKE TESTING:
1. Checking the build for basic functionalities
2. Also called as BVT.
3. Build can be rejected
SANITY TESTING:
1. Checking the build for unwanted functionalities.
2. Also called as garbage testing.
3. Build is not rejected, rather unwanted functionalities
are removed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sj1234
smoke testing is a non-exhaustive software testing
sanity testing is testing the application to check if it is
sane enought to use b'cos it might happen that it crashes
every 5 secs.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / sanjana
Both these are used to check the overall stability of a
build but the main difference issmoke testing is of -ve
perception and sanity testing is of +ve perception.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / deep
Smoke testing is first level of testinf done near
development stage
whereas
Sanity testing is near deployment stage.
| Is This Answer Correct ? | 0 Yes | 2 No |
How do we validate cerdit cards in billing project
can anybody tell me .. in realtime how cookies testing is actually done by the tester? And Test case is needed for cookies testingor not required?
can anybody tell me what is thread testing with a practical example,coz the defn is liitle complex it seems.
How to check security of any browsers???
What do you mean by SLC ?
8.your exposure to GUI testing?
why r u looking for change?what should be answer for this?i faced this question in an interview.suggest be gud answers.
what are the test bugs
How to give introduction for Manual Testing interview?? say when you show you have 4 years of experience in Manual Testing.
What are the steps to test any software through automation tools?
why Test plan is needed??
As there are different builds for every version & any build can release to the client.I m using Excell sheet for Test Case writting. Then Am I write Version No/build No.newly added feature test cases. Because when that build again release for testing I can understand that this build have that feature.