Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please explain your solution.. Please explain your solution.. Generate test case

ID: 3861961 • Letter: P

Question

Please explain your solution..

Please explain your solution..

Generate test cases for the following use case: the user inserts the ATM card into the system. The system starts the session and asks the user to insert the PIN. The user enters his/her PIN number. The system confirms the user and returns the transactions menu. The user chooses the withdrawal option and enters the amount. The system checks the account information the requested money is given to the user and dropped from the account. The user is asked to do any other transactions the user ends the session the card is ejected the user enters incorrect PIN to confirm his/her identity. The system returns the user a warning about the incorrect PIN and asks to enter the correct one the user enters the correct PIN. The use case continues. the user enters incorrect PIN for 3 times. The system returns the information about the situation. The card is retained by the ATM and the session ends. the user chooses to perform deposit operation. The system asks the user to insert the cash. T

Explanation / Answer

verify that the card is inserted into the slot. verify that the user is given with the options to choose the language for further operations. verify that the user asked to enter pin number before displaying any card or bank account. verify that the user intends to type a incorrect pin number to confirm his/her identity. verify that the total number of entered incorrect pin attempts gets surpressed, then the user is not allowed to continue further operations like the card will be blocked. verify that the user entered pin number correctly. verify that the user is given with the options like deposit, withdrawal, balance enquiry. verify that the user selected the deposit option correctly. verify that the user placed the cash correctly. verify that the system shows the amount which is inserted. verify that the system asked the user to confirm the amount and to add it into the account. verify that the amount has been added to the user account. verify the user is need to continue the operation. verify that the user chose the transfer option correctly. verify that the user has entered the account information correctly. verify that the user entered the amount correctly for transfrering. verify that the system checks the amount availability of the user to send the entered amount. verify that the system transfered the amount to another account and drop the amount from the user account which is entered. verify that the system ask the user for more operation. verify that the system indicates "NO". verify that the system prints the receipt. verify that the system ejects the card. verify that the system ssked the user to insert card.