InterviewSolution
| 1. |
What Is Sanity Testing? |
|
Answer» Sanity testing is performed whenever cursory testing is sufficient to prove the application is FUNCTIONING according to specifications. This level of testing is a subset of regression testing.It NORMALLY includes a SET of core tests of basic GUI functionality to demonstrate connectivity to the database, application SERVERS, printers, etc. Sanity testing is performed whenever cursory testing is sufficient to prove the application is functioning according to specifications. This level of testing is a subset of regression testing.It normally includes a set of core tests of basic GUI functionality to demonstrate connectivity to the database, application servers, printers, etc. |
|