Amounts not dispatch in ATM what are all scenario to test?
Answer Posted / vinoth
1. Min Withdraw amount (100)
2. Max withdraw amount (as per Bank norms)
3. Per day truncation limit (as per Bank norms)
4. Per single truncation limit (as per Bank norms)
5. User request invalid amount to withdraw ATM have 100, 500 and 1000 but user request 750 (withdraw conduction not matched)
6. User have insufficient balance to withdraw
7. Insufficient amount in machine
8. Amount not available in machine
9. User card not accepted to withdraw amount (Visa or Master card not support to withdraw)
10. Card was damage
11. Invalid pin number
12. Card was block
13. Card not activated (card received but not activated) Duplicate card requested and received the new card. New card is activated and again used old card
14. Invalid selection to withdraw the amount (Insisted of Save account select the Current account)
15. Other bank transaction limit per day
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can you explain a pair-wise defect?
In what situation would you want to parameterize a text verification check?
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
how to explain banking domain project in testing?
How to integrate Bugzilla with QTP?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
What is test driver and test stub?
What is mean by incident logging system ?
What do you understand by usability testing?
Define brain stromming and cause effect graphing?
What is un-installation testing?
Is quality control similar to quality assurance?
On login window for username and password auto populated field means what !
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?