Performance Requirements Of A System
The following performance characteristics should be taken care of while developing the system :
User friendliness: The system should be easy to learn and understand so that new user can also use the system effectively, without any difficulty.
User satisfaction: The system should meet user expectations.
Response time: The response time of all the operations should be low. This can be made possible by careful programming.
Error handling: Response to user errors and the undesired situations should be taken care of to ensure that the system operates without halting.
Safety: The system should be able to avoid or tackle catastrophic behavior.
Robustness: The system should recover from undesired events without human intervention.
10 Comments