What is mean by Sanitation Testing?
Answers were Sorted based on User's Feedback
Answer / satyaprasad
sanitation testing is testing the 'extra functionalities'
of the software build
| Is This Answer Correct ? | 60 Yes | 5 No |
Answer / pinky
it is also called as garbage testing during this test the test engineers find extra features in our application build with respect to customer requirements .
| Is This Answer Correct ? | 38 Yes | 1 No |
Answer / ch.s.m.prasad
testing team validates to find extra fucionalities of our
app. build this is sanitation testing
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / riyadh
Sanity testing means we will check the extra features or
additional functionalities.
Ex: for printing a page: you can navigate file-.>
print(click) (checking this functionality is normal
testing). But adding a shortcut key “ctrl+p” may be a
additional feature that client may not have specified,
testing this shortcut key for print (additional feature) is
called sanity testing.
regards riyadh
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / shivani
Sanitation testing speaks about enhancements of the
product. There are 2 types of enhancements
1) Application enhancements:
It is a process of analyzing the designs if it permits new
designs and changes to the existing features.
2) Performance enhancements:
To analyze if the application supports overload than what
is accepted without major changes in the performance
(Actually this is done by performance tester)
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / ganesh patil
Sanity testing and Sanitation testing are different to each other ,
and our Question is what is Sanitation
sanitation means Garbage Testing .During this testing tester are finding extra functionality in build w. r. to Customer requirement
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / chandra
It is also known as “Garbage” testing. During this test
Test engineers find any extra functionality to build with
respect to SRS.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / batchu
Sanity Testing
Brief test of major functional elements of a piece of
software to determine if it’s basically operational
| Is This Answer Correct ? | 8 Yes | 7 No |
Answer / sheetal567
Sanity test means testing the application to make sure
whether application is testable or not.
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / mikano ma
It is subset of regression testing.
When modified build is received instead of doing regression
testing sanity testing is run to check where the system's
functionality are working properly.
| Is This Answer Correct ? | 1 Yes | 4 No |
what is UI testing
What is the Database testing?? Is it necessary to have database knowledge for testing?had you ever tested the software by entering input at the front end and check it at back end?
what statements did Philip Crosby use to capture the essence of the Quality Assurance discipline?
i have 2 year experience in manual testing, if i am attending any interview what kind of question i will get?
6 Answers HDFC, IBM, TCS, Tech Mahindra, Value Labs,
what is the difference between developer testing and tester testing?
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. is it true
How do u find duplicate test cases?
What is the difference between Integration Testing and System Testing ?
In a Dark Room one Switch Board is there.If u Pressed a Button in Switch Board the Light will 'ON'. Write the Possible test cases?
Who will prepare the Tracaility Matrix?
Is v-model cost effective when compared with all other models? If not which model is cost effective(low cost)?
1.exactly when we do regression testing? 2.why we do regression testing?