View Single Post
Old Nov 14th, 2005, 9:42 AM   #6
MBirchmeier
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 211
Rep Power: 3 MBirchmeier is on a distinguished road
Quote:
Originally Posted by faceboy62
hi people i need a pseudocode algorithm for an ATM machine, it should have the following modules: checking payments, credit payments, deposit, withdrawal, transfer and bill payments. please help me out
At college I bought an ATM Case study, walked through everything from walking gathering requirements, to the consequent Interaction, ER, and class diagrams, the test cases, and path coverage for each, potential security holes, and the tests to check security, the resulting Pseudo-code, and finally the code, and the code coverage from each of the tests.

I think it was about $30, but most of that was probablly printing costs, it was almost 200 pages.

If this the information you'd be looking for I can contact the vendor, some of it was propriatary so I think it has some copyright issues, but I'm sure they aren't that restrictive

-MBirchmeier
MBirchmeier is offline   Reply With Quote