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

Explain the gray box testing?

742


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

918


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

840


Explain which test cases are written first black boxes or white boxes?

678


Explain transaction testing?

661






how to test stand alone programs?

2099


Explain the sanity testing?

696


Do you write test plan and test case?

1916


Explain the domain testing?

676


Test Case for Text Editor!

2775


Explain the functional testing?

682


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

712


How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent

2110


how to write test cases for smart meter for gas and electricty

2458


Write a test case for computer keyboard?

787