Types of error
1. Functionality Error:
Example: The login button not allowing one to log in to certain
software, the save button doesn’t save a file, and many more.
2. Communication Error:
Example: There is saving button but it erase the file.
3. Missing command Error:
Example: User fill the form after that there is no option for user to
click create button after filling up the form.
4. Syntactic Error:
Example: Misspelled the word where you should write create. It
became crete.
5. Error Handling Error:
Example: Unknown type of error like (Something went wrong).
6. Calculation Error:
Example: In the banking industry if calculation errors take place then it
might lead to a loss of capital from the customer’s bank account.
7. Control Flow Error:
Example: The login button doesn’t work for login it delete the entered
email address and password.