Next Chapter 71 Developing Law’s Of Software

PROJECT SOURCE CODE

SPONSORED LINKS

Developing Law’s Of Software

There are following point must be considering at the development phase:

· Performance requirement

· Exceptional handling

· Acceptance criteria

· Design hints and guidelines

PERFORMANCE REQUIREMENTS

The following performance characteristics were taken care of in developing the systems:

· User Friendliness:

The system is easy to learn and understand. A native user can also use the system effectively, without any difficulty. User satisfaction: The system is such that it stands unto the user’s expectation.

· Response time:

The response time of all the operations is very low. This has been made possible by careful programming.

· Error handling:

Response to user errors and undesired situations has been taken care of to ensure that the system operations without halting in case of such situation and proper are given to user.

· Safety:

The program is able to avoid catastrophic behavior.

· Robustness:

The system recovers from undesired events without human intervention.

· Security :

This system provides protection of information through the mechanism of password, which is incorporated in it. Therefore only authorized people can access the databases.

· To validations:

This results in a thorough testing of the details, and the system is such that likely to changes and modifications can be easily incorporated in it.

· Portability:

The system can move to a new hardware/ operating system after making minor modifications to it.

  • Exception handling:

To ensured that the system does not halt in case of undesired situation or events exception conditions are taken care of providing the corresponding exception responses while developing the system