Testing Quality Characteristics
The following chapters are describing testing from different quality characteristics point of view. Note that all is not valid for every application - one should use following as a high level check list and select only the items, which are applicable.
Installability Testing
Goals
- The application must be installable, the user must be able to remove it completely and the user must be able to reinstall the application.
- Installation of application shall be straightforward, obvious, and reasonably fast.
- Uninstall shall be straightforward and remove all application files and installed data. If there is any user content related to the application, the application verifies if the user wants to delete or keep the content.
MORE TO COME