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
how to test stand alone programs?
Explain the gray box testing?
Could you pls give me sites where i can test card? mail me to
write a test case for yahoo compose page?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
What is quick test professional and what test environment it supports?
Explain the dynamic testing?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Who will take care of test plan and test case?
What are basic types of test cases?
Why is it that the boundary value analysis provides good test cases?
What is gray box testing?
Explain the branch coverage testing?
Do you know explain security testing?