I read an article about Test Driven Datamigration (German, PDF) and they mentioned a Sanity Suite. It is not well explained and there’s no definition.
Is there a definition or is it a spongy word?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a small set of unit or integration tests, just to check sanity — that the system basically works.
It can be useful to extract such a suite from your larger suite of automated tests for rapid testing when you don’t have time for the full suite.
In practice, the sanity suite is often all that is developed, though it is better than nothing.