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 |
r there any openings for 1+ experienced candidates in Manual Testing? If there r any, please let me know!!
how to face the interview how the dress wear while going to interview
write a single scenario which describe error , bug and failure.
What would be a person who is looking for a job in testing should put his jobprofile in some jobs websites like Naukri,Times,Monster,Etc,Etc.... as a QA or QC if He/She is trying for Manual or Automation Testing?
I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.
why need testing ????
What is acid testing? In which scenario we can use acid testing
what is pareto analysis?
tell wat u did in ur banking project?
How will u decide test data to see that evey feature is thoroughly tested
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
How will you link the Defect to the Test case? Explain Bug life cycle ?