 |
 |
Identification of Analysis Mechanisms
The following is a list of analysis mechanisms used to address non-function requirements. The relevant analysis mechanisms were identified based on the main functions required of the system.
1. Security issues have been identifed, due to different levels of users access.
2. Persistency is required because of a large customer database file that must be stored.
3. Distribution of the application over the network for up to one hundred users must be taken into consideration.
4. Error Detection is required to detect any errors/exceptions and properly report/log them so that the problems causeing the errors can be tracked down and identified.
5. Redundancy is required since multiply backups of the database will need to be performed on a periodic basis.
6. Interprocess/Remote Process Communication must also be taken into consideration since multiple processes are going to be performed using the same database and must not interfere with each other or cause corruption to the database.
|