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
write a test case for telephone billing ?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Why is it that the boundary value analysis provides good test cases?
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?
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
Write test cases to test a browser app
how to write a test procedure & test log for login system
"search"test cases on Linkedin website and how will you write test cases on it?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
What is ramp testing?
Do you know mutation testing?
Explain the exactly meaning of test case?
can any body help me with providing a a case for usability testing...
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
Explain the glass box testing?