How to perform a stress test on an ATM machine?
(Note ATM is a Bank ATM say Citibank, IICICI etc)
Answers were Sorted based on User's Feedback
Answer / jagadish
here the stress test doesn't exactly the same machine the
server side by using the card(atm) for more no of times than
its exact load.
for one atm machine then try to transact more cards at a time .
more no of transactions by the machine in a given period of
time to check what is its max capacity of work load accepted
by the system.
try to transact by n no of cards for transaction in day
without giving time interval.
these are some of the stress related things for an atm machine
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / jagadish
good saurab but here we are testing on the stress i.e more
than its load at what point the system is not responding for
the request processed by a customer on an atm is stress. u r
description can be used for the test cases of functionality
but not the stress
with regards
jagadish (jagadishk.9454@gmail.com)
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / venkat
venkat,
i agree above all the answers are some what releavent to
the question.
we wanted to check weather the ATM bank is response to the
behiond mini statement to all the entered ATM card from the
customer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Jagdish,
I agree both of you. You both are right as it is a stress
test can be performed for a single functionality/multiple
functionality at a given point of time.
I wanted to thank you as soon I got your response, but i
wanted to wait for few more responses.
Thanks for Saurab too, giving one more direction of testing.
regards
-Vinod Ghate
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / saurabh
Very nice answer.....
i just thought of addin 1 more point.
during a transaction there are button in the machine, try
multiple keys during another prosess.
e.g. u pressed for mini statement and wen the statement is
being prosessed, press enter button or clear button.
I hope i was clear.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / bank hack
IF YOU PRESS AND HOLD ENTER AND THEN PRESS CLEAR ON ANY ATM
YOU GET A MENUE FOR EMERGENCY CASH ....JUST NEED TO FINED OUT THE CODE 6 NUMBERS . (YOU MUST HOLD ENTER DOWN AND KEEP PRESSING CLEAR ) (NO CARD INSERTED ...DO NOT USE A CARD JUST PRESS)
| Is This Answer Correct ? | 0 Yes | 3 No |
Could you pls give me sites where i can test card? mail me to
Pls tell me test cases for pepper grinder
pls i want test cases for telecom billing system
how we write test cases for navigation or links with example?
write test cases for flipkart.
Write test case for windows media player
What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account to another account??
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6
write the test cases for a+b=c?
9 Answers Aloha Technology, SAP Labs,
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.