Please enable JavaScript.
Coggle requires JavaScript to display documents.
Evaluation (Fitness for purpose (If the program meets the functional…
Evaluation
-
-
Robustness
-
-
Input validation should be used to combat these errors and make sure only acceptable inputs are taken
Usability
Usability means how usable a program is. It has 5 different categories to describe itself. They are:
-
-
Efficiency is about how quickly it allows a user to complete a task. This means taking as little steps as possible
Error reporting/handling is allowing the user an easy way to get help and support if they have any issues with their program
Customisability is about giving the user different options to customize the program so it suits their needs
Maintainability
To make sure program is maintainable it must be readable for other programmers to make changes and fix it. This could be done by:
-
-
-