Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

ATM REQUIREMENT TO BE TRANSLATED INTO TEST PLAN AND TEST
CASES
ATM REQUIREMENT AS FOLLOWS:
Requirements Statement for Example ATM System
The software to be designed will control a simulated
automated teller machine (ATM) having a magnetic stripe
reader for reading an ATM card, a customer console
(keyboard and display) for interaction with the customer, a
slot for depositing envelopes, a dispenser for cash (in
multiples of $20), a printer for printing customer
receipts, and a key-operated switch to allow an operator to
start or stop the machine. The ATM will communicate with
the bank's computer over an appropriate communication link.
(The software on the latter is not part of the requirements
for this problem.)

The ATM will service one customer at a time. A customer
will be required to insert an ATM card and enter a personal
identification number (PIN) - both of which will be sent to
the bank for validation as part of each transaction. The
customer will then be able to perform one or more
transactions. The card will be retained in the machine
until the customer indicates that he/she desires no further
transactions, at which point it will be returned - except
as noted below.

The ATM must be able to provide the following services to
the customer:

A customer must be able to make a cash withdrawal from any
suitable account linked to the card, in multiples of
$20.00. Approval must be obtained from the bank before cash
is dispensed.
A customer must be able to make a deposit to any account
linked to the card, consisting of cash and/or checks in an
envelope. The customer will enter the amount of the deposit
into the ATM, subject to manual verification when the
envelope is removed from the machine by an operator.
Approval must be obtained from the bank before physically
accepting the envelope.
A customer must be able to make a transfer of money between
any two accounts linked to the card.
A customer must be able to make a balance inquiry of any
account linked to the card.
A customer must be able to abort a transaction in progress
by pressing the Cancel key instead of responding to a
request from the machine.

The ATM will communicate each transaction to the bank and
obtain verification that it was allowed by the bank.
Ordinarily, a transaction will be considered complete by
the bank once it has been approved. In the case of a
deposit, a second message will be sent to the bank
indicating that the customer has deposited the envelope.
(If the customer fails to deposit the envelope within the
timeout period, or presses cancel instead, no second
message will be sent to the bank and the deposit will not
be credited to the customer.)

If the bank determines that the customer's PIN is invalid,
the customer will be required to re-enter the PIN before a
transaction can proceed. If the customer is unable to
successfully enter the PIN after three tries, the card will
be permanently retained by the machine, and the customer
will have to contact the bank to get it back.

If a transaction fails for any reason other than an invalid
PIN, the ATM will display an explanation of the problem,
and will then ask the customer whether he/she wants to do
another transaction.

The ATM will provide the customer with a printed receipt
for each successful transaction, showing the date, time,
machine location, type of transaction, account(s), amount,
and ending and available balance(s) of the affected account
("to" account for transfers).

The ATM will have a key-operated switch that will allow an
operator to start and stop the servicing of customers.
After turning the switch to the "on" position, the operator
will be required to verify and enter the total cash on
hand. The machine can only be turned off when it is not
servicing a customer. When the switch is moved to the "off"
position, the machine will shut down, so that the operator
may remove deposit envelopes and reload the machine with
cash, blank receipts, etc.

The ATM will also maintain an internal log of transactions
to facilitate resolving ambiguities arising from a hardware
failure in the middle of a transaction. Entries will be
made in the log when the ATM is started up and shut down,
for each message sent to the Bank (along with the response
back, if one is expected), for the dispensing of cash, and
for the receiving of an envelope. Log entries may contain
card numbers and dollar amounts, but for security will
never contain a PIN.


Answer Posted / saqib atiq

I want to have a few sample answers from the permanent customer of an ATM machine, the interview should be a formal interview asking about the customer's background, environment and problem facing and the solution he wants, along with the summary and your own addition to the proposed solution. If someone has idea please do post the answer....Thanks

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the state testing?

1271


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

2478


write test case for button of google page?"i am feeling lucky" if button is not appear on page?

3053


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

3091


1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.

2740


What is test cases for mobile phone ?

1409


I need GUI test case for home page?

3742


Explain which test cases are written first black boxes or white boxes?

1165


Write a test case for computer keyboard?

1331


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2524


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

2547


Who will take care of test plan and test case?

2150


If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.

2072


What is test environment? Elaborate with example.

1136


how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance

3890