Write 5 Test Cases for ATM From Security Point of View ?
Answers were Sorted based on User's Feedback
Answer / prakash
1.if the PIN is incorrect three times consecutively,it won't
allow any transaction further with the same card, until
fresh PIN is generated
2.if PIN is correct, then check whether date of expiry(valid
thru) of the card to the system date(current date)(in mm/yy)
format//if current date is greater or equal then allow
transaction.
3.withdrawal amount should be less than or equal to the
available balance (depending upon the account)
4.For each new transaction system should prompt for PIN ?
5.Depending upon the withdrawal limit it should allow
withdrawal in a particular day per customer.
| Is This Answer Correct ? | 20 Yes | 4 No |
Answer / sasidhar
@Coldrt99
hi here i will put one link it gives all functionality of ATM
then u can write urself all the test cases
http://www.math-cs.gordon.edu/courses/cs211/ATMExample/InitialFunctionalTests.html
| Is This Answer Correct ? | 4 Yes | 3 No |
How to test Requirements?
Guys, can any one of u give the realtime example for Alpha Testing
Name some bug tracking tools???
is it possible web application make it as executable file
what is accessibility testing?
what is Adittrail in test factors
What is Test Strategy and Test Plan..what is the Diff.between those?
Give me sample test cases for smoke testing
Write the possible positive and negative testcases for telephone.
Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance
I Want to know for the different fields For e.g there are 6 different fields and menus, How much possible test Cases can be written there is any calculation?
Explain the difference between severity and priority.