Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.54 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.54 KB

ATM Program(R) version 1.0 09/17/2016

GENERAL USAGE NOTES:

ATM Program is a simple JAVA code which performs different tasks like deposit and withdrawal based on user's selection from given options.


CONTAINS:

  1. atm.java - main() file which performs all necessary functions
  2. Test Packages:
    • ATMTestSuite.java - Test Suite to run all the JUnit test cases
    • getbalanceTest.java - Test the getbalance() function
    • depositTest.java - Test the deposit() function
    • quitTest.java - Test quit() function to quit the program
    • withdrawalTest.java - Test the withdrawal() function
    • frequencyTest.java - Test the candeposit() and canwithdraw() function
    • userInputTest.java - Test userInput() function
  3. Libraries:
    • junit-4.10.jar
    • JDK 1.8(Default)
    • TikiOne Java Code Coverage(Netbeans defined plugin for code coverage).

HOW TO RUN:

  • To Run the program, open the project in NetBeans 8.1 and run the program using F6
  • To Test the program, Test it using Alt + F6
  • To Check the code coverage, right click on project name in 'Projects' tab and click on Test with JaCoCoverage.

CONTACT INFO: