ATM application ( scenarios ): Analysis and testcases

Answer Posted / mudaseer

Insert a valid card ----- it should be able to recognize the card
Insert an invalid card ----- it should display not able to recognize the card
After inserting valid card ----- it should display please enter the password
When I enter valid password ------- it should display as **** and It should allow for further transaction
Enter invalid password ---- it should not allow for further transaction
After entering password it should display fields like amount withdrawal, amount balance etc
When I click on amount balance page ------ it should display amount balance remaining in account
When I click on amount withdrawal ------- it should display please enter the amount
After entering the valid amount(less than balance ) ------- it should display whether you want receipt or not
If I press yes --------- it should give first amount then receipt
Enter a valid amount ------- it should give the amount
Enter amount more than balance ------ it should display please enter a valid amount

Enter the amount not in multiples of 100(like 230,150) ------- it should display please enter in multiples of
100

I am having 10,000 in my account --------- After I withdraw money of 1000 here 1000 should get
deducted From my account my balance should be 9000
(it should get updated in the database)

Block the card and insert it --------- It should display the card is blocked please contact the bank

Break the card and insert it ------------- it should display not able to recognize the card

After atm gives money it asks do u want to continue. If yes? ------------ It should ask for password again because if I forget atm card then others will not be able to withdraw money because it ask for password

Is This Answer Correct ?    28 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.

2116


Could you pls give me sites where i can test card? mail me to

2288


Elaborate test plan and content availability in test plan.

666


pls i want test cases for oss? whts the process of oss testing

2003


What is the difference between test scenarios, test cases, and test script?

689






In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: 1. software Testing Output: 1.software testing

1373


explain end to end scenario's for online Money transfer in Banking Domain?

1400


How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.

3029


What is explain security testing?

711


User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox

1154


Explain the ramp testing?

688


how to write a test procedure & test log for login system

2764


What is gray box testing?

710


Test a file replication service that copies files from one net location to another

2053


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3073