In an ATM machine , after entering pin -> not able to withdraw money. What are all the possible reasons. Debug
Answers were Sorted based on User's Feedback
Answer / ramya baskaran
1. To verify whether the system allows the user to select the withdraw option.
2. To verify whether the user enter the correct pin or not.
3. To verify whether the user enter the valid denomination(100s) or not.
4. To verify Whether the entered amount is available in the account or not.
5. To verify whether the atm has amount or not.
6. To verify whether the user wipe the valid debit card or not.
7. To verify whether the user enter above the maximum limit(>25000).
Thanks,
Ramya
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / ravi narang
There are many reason behind this:-
1.If a person enter wrong pin number then can't withdraw money.
2 Suppose person enter a exceed amount from his/her account balance.
3. If a person enter beyond 25000,i.e.cross the limit.
4. if a person enter password is true. but enter amount like Rs 100 an d In ATM machine there is only 500 and 1000 Rupees currency.Then user can not withdraw the money.
5. After entering a pin,person not follow the rules and restriction of ATM software then user Can't withdraw the money.
Is This Answer Correct ? | 4 Yes | 0 No |
what are things to be tested in job portal websites?
any one giv test cases for wordpad using equivalence class partioning
What is Smoke testing,in smoke testing time u will prepare the test cases or not?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
what is cyclomatic complexity and what is the formula used for it
What is main difference between Testing Techiques and Testing Methodology. I need exact answer of it.
diff b/w waterfall model & spiral model?
14 Answers APIIT, BBD, QQ, Rift Valley Institute of Science and Technology RVIST, Wipro,
For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?
What is scalability testing
8 Answers FSS, TCS, WebTekLabs,
Write the test cases for yahoo home page
How will you test or write test cases when you dont have BRS and SRS?
Main concepts in webpage Testing?