Requirements
Complete the following (solutions):
-
Write a set of user-level requirements for an ATM where the user can get cash from their account.
-
What is wrong with these ATM requirements?
-
Upon insertion of the user’s ATM card, the ATM shall verify the user via a PIN.
-
The ATM shall get the amount of the requested withdraw from the user.
-
The ATM shall dispense the cash to the user.
-
The ATM provides a receipt for the transaction.
-
The ATM shall return the ATM card to the user.
-
The ATM shall retain cards that have been reported to be stolen or missing.
-
-
Classify each of the following as either a functional requirement or a non-functional requirement:
-
The system shall be fully HIPAA (Health Insurance Portability and Accountability Act) compliant.
-
The patient shall be able to enter their name, address, phone number, and email address into the system.
-
All direct inputs by users shall be handled using protection against SQL injection attacks.
-
The doctor shall be able to retrieve patient x-rays based upon the area of the body imaged.
-
All user interactions shall support dialogs in the user’s choice of English, Spanish, French, German, or Mandarin Chinese.
-
-
Write a set of system-level functional and non-functional requirements for the ATM where users can get cash from their account.