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 |
difference between QA and QC?
What is Vertical & Horizontal Traceability?
Give an example of high severity and low priority bug?
what is gui testing? what is the most important thing we need 2 know before this and how 2 do gui testing
what is mean by testing process ?
What are the Test Cases for a login in to your email which has username and password?
what is backend testing using SQL?
what is the format of traceability matrix u prepared in ur company?
Mainly how many types of reviews are present?and what is the importence of reviews?
1.Test cases for Password cannot be used for next 13 times? 2.Test cases for Password should not be less than 8 to 13 chars and there should be at least one special character and one Capital letter.
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
What's an 'inspection'?